mirror of https://github.com/pret/pokeemerald.git
Add NixOS install instructions
This commit is contained in:
parent
ef2330593c
commit
d8d4885c11
|
@ -354,6 +354,13 @@ Then proceed to [Choosing where to store pokeemerald (Linux)](#choosing-where-to
|
||||||
> [install devkitARM on Arch Linux](#installing-devkitarm-on-arch-linux).
|
> [install devkitARM on Arch Linux](#installing-devkitarm-on-arch-linux).
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
### NixOS
|
||||||
|
Run the following command to start an interactive shell with the necessary packages:
|
||||||
|
```bash
|
||||||
|
nix-shell -p pkgsCross.arm-embedded.stdenv.cc git pkg-config libpng
|
||||||
|
```
|
||||||
|
Then proceed to [Choosing where to store pokeemerald Expansion (Linux)](#choosing-where-to-store-pokeemerald-expansion-linux).
|
||||||
|
|
||||||
### Other distributions
|
### Other distributions
|
||||||
_(Specific instructions for other distributions would be greatly appreciated!)_
|
_(Specific instructions for other distributions would be greatly appreciated!)_
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue