Update README.md (#165)

This commit is contained in:
MegaMech 2022-02-22 17:29:58 -07:00 committed by GitHub
parent 33cb23c483
commit 2cc06e8a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -27,12 +27,12 @@ The build system has the following package requirements:
To add submodules run `git submodule update --init --recursive` after cloning.
##### Debian / Ubuntu
#### Debian / Ubuntu
```
sudo apt install build-essential pkg-config git binutils-mips-linux-gnu python3 zlib1g-dev libaudiofile-dev
sudo apt install build-essential pkg-config git binutils-mips-linux-gnu python3 zlib1g-dev libaudiofile-dev libcapstone-dev
```
##### Arch Linux
#### Arch Linux
To install build dependencies:
```
@ -43,7 +43,7 @@ Install the following AUR packages:
Review the n64decomp/sm64 readme for instructions to compile in other distributions.
##### Windows
#### Windows
Compiling on Windows requires `MSYS2 MinGW x64`. The setup process is a tad intensive.