From: Ian Jackson Date: Fri, 16 Apr 2021 15:55:25 +0000 (+0100) Subject: docs: build: Split deps into build and test deps X-Git-Tag: otter-0.5.0~35 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a8ce3146cded58a0ff5633e997931ff05ca2745d;p=otter.git docs: build: Split deps into build and test deps Signed-off-by: Ian Jackson --- 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_::