add nixOS instructions to README

This commit is contained in:
Maciej Krüger 2021-05-30 19:09:42 +02:00
parent d167344645
commit 2a02e017a4
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -177,6 +177,14 @@ With the following environment variable set:
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)
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.