mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
add nixOS instructions to README
This commit is contained in:
parent
d167344645
commit
2a02e017a4
1 changed files with 8 additions and 0 deletions
|
@ -177,6 +177,14 @@ With the following environment variable set:
|
||||||
export LIBCLANG_PATH=$(llvm-config --prefix)/lib64
|
export LIBCLANG_PATH=$(llvm-config --prefix)/lib64
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### On nixOS Linux
|
||||||
|
|
||||||
|
```sh
|
||||||
|
nix-shell etc/shell.nix
|
||||||
|
```
|
||||||
|
|
||||||
|
You will need to run this in every shell before running mach.
|
||||||
|
|
||||||
#### On Windows (MSVC)
|
#### On Windows (MSVC)
|
||||||
|
|
||||||
1. Install Python 3.9 for Windows (https://www.python.org/downloads/release/python-392/). The Windows x86-64 MSI installer is fine. This is required in order to build the JavaScript engine, SpiderMonkey.
|
1. Install Python 3.9 for Windows (https://www.python.org/downloads/release/python-392/). The Windows x86-64 MSI installer is fine. This is required in order to build the JavaScript engine, SpiderMonkey.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue