Skip to content

Commit 252f3b3

Browse files
authored
remove libsass from build instructions (#2217)
1 parent 321c717 commit 252f3b3

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

docs/content/documentation/getting-started/installation.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -197,23 +197,7 @@ Zola does not work in PowerShell ISE.
197197

198198
## From source
199199
To build Zola from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/)
200-
installed. You will also need to meet additional dependencies to compile [libsass](https://github.com/sass/libsass):
201-
202-
- OSX, Linux and other Unix-like operating systems: `make` (`gmake` on BSDs), `g++`, `libssl-dev`
203-
- NixOS: Create a `shell.nix` file in the root of the cloned project with the following contents:
204-
```nix
205-
with import <nixpkgs> {};
206-
207-
pkgs.mkShell {
208-
buildInputs = [
209-
libsass
210-
openssl
211-
pkgconfig
212-
];
213-
}
214-
```
215-
- Then, invoke `nix-shell`. This opens a shell with the above dependencies. Then, run `cargo build --release` to build the project.
216-
- Windows (a bit trickier): updated `MSVC` and overall updated VS installation
200+
installed.
217201

218202
From a terminal, you can now run the following command:
219203

0 commit comments

Comments
 (0)