Skip to content

Commit 8c3165f

Browse files
connorskeesbiodranik
authored andcommitted
remove libsass from build instructions (getzola#2217)
1 parent 77abde8 commit 8c3165f

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

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

+1-17
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)