From a8ce3146cded58a0ff5633e997931ff05ca2745d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 16 Apr 2021 16:55:25 +0100 Subject: [PATCH] docs: build: Split deps into build and test deps Signed-off-by: Ian Jackson --- docs/build.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/build.rst b/docs/build.rst index 06a6d6e4..8cdd1c61 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -19,14 +19,17 @@ Setup 1. Install the packaged build dependencies:: - - sudo apt install build-essential cpio git curl moreutils \ - pkg-config libssl-dev \ - node-typescript inkscape bubblewrap xvfb \ - netpbm imagemagick libtoml-parser-perl \ - potrace \ + sudo apt install build-essential cpio git curl \ + pkg-config libssl-dev \ + node-typescript inkscape \ + netpbm imagemagick libtoml-parser-perl \ + potrace \ python3-sphinx python3-recommonmark +And for running the tests (``make check``) you will need:: + + sudo apt install bubblewrap xvfb moreutils + 2. Install Rust. This is most easily done with rustup_:: -- 2.30.2