From be34d1a09f320f445ce2241fcae58c7b5e788ad0 Mon Sep 17 00:00:00 2001 From: Connor Skees <39542938+connorskees@users.noreply.github.com> Date: Wed, 17 May 2023 03:25:01 -0400 Subject: [PATCH] remove libsass from build instructions (#2217) --- .../getting-started/installation.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index 11e481ab5d..6477a25f31 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -197,23 +197,7 @@ Zola does not work in PowerShell ISE. ## From source To build Zola from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/) -installed. You will also need to meet additional dependencies to compile [libsass](https://github.com/sass/libsass): - -- OSX, Linux and other Unix-like operating systems: `make` (`gmake` on BSDs), `g++`, `libssl-dev` - - NixOS: Create a `shell.nix` file in the root of the cloned project with the following contents: - ```nix - with import {}; - - pkgs.mkShell { - buildInputs = [ - libsass - openssl - pkgconfig - ]; - } - ``` - - Then, invoke `nix-shell`. This opens a shell with the above dependencies. Then, run `cargo build --release` to build the project. -- Windows (a bit trickier): updated `MSVC` and overall updated VS installation +installed. From a terminal, you can now run the following command: