From cf5f22135f645781e46402d6f0208214cdf644ac Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 18 Sep 2018 12:13:00 +0200 Subject: [PATCH] Some more info on installation --- .../documentation/getting-started/installation.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index b776a74d..298ed95d 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -39,8 +39,11 @@ $ xbps-install -S gutenberg ``` ## From source -To build it from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/) -installed. +To build it from source, you will need to have Git, [Rust (at least 1.27) and Cargo](https://www.rust-lang.org/) +installed. You will also need additional dependencies to compile [libsass](https://github.com/sass/libsass): + +- OSX, Linux and other Unix: `make` (`gmake` on BSDs), `g++`, `libssl-dev` +- Windows (a bit trickier): updated `MSVC` and overall updated VS installation From a terminal, you can now run the following command: @@ -48,4 +51,6 @@ From a terminal, you can now run the following command: $ cargo build --release ``` -The binary will be available in the `target/release` folder. +The binary will be available in the `target/release` folder. You can move it in your `$PATH` to have the +`gutenberg` command available globally or in a directory if you want for example to have the binary in the +same repository as the site.