Update README.md

This commit is contained in:
CoderStig 2021-02-28 00:44:26 -07:00
parent 6f71e8506d
commit 630c47adff
1 changed files with 10 additions and 2 deletions

View File

@ -18,17 +18,20 @@ The build system has the following package requirements:
qemu-irix
Debian / Ubuntu
```
sudo apt install build-essential pkg-config git binutils-mips-linux-gnu python3 zlib1g-dev libaudiofile-dev
```
Download latest package from qemu-irix Releases
sudo dpkg -i qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb
`sudo dpkg -i qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb`
(Optional) Clone https://github.com/n64decomp/qemu-irix and follow the install instructions in the README.
## Building
Place a US version of Mario Kart 64 called `baserom.<VERSION>.z64` into the project folder for asset extraction.
Run the following commands after pulling:
* make -C tools
@ -36,4 +39,9 @@ Run the following commands after pulling:
## Contributing
Pull requests are welcome.
Run `clang-format` on your code to ensure it meets the project's coding standards.
Official Discord: [discord.gg/DuYH3Fh](https://discord.gg/DuYH3Fh)