1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-11 03:39:59 +00:00

Add note about gcc-mips-linux-gnu requirement to README.md.

This commit is contained in:
ProjectRevoTPP 2021-12-02 21:04:47 -05:00
parent 45ccb7fd05
commit f4fd988c24

View file

@ -90,6 +90,10 @@ sudo apt-get update
sudo apt-get install git build-essential binutils-mips-linux-gnu python3 libpng-dev
```
If you are using GCC as the compiler for Ocarina of Time, you will also need:
* gcc-mips-linux-gnu
#### 2. Clone the repository
Clone `https://github.com/zeldaret/oot.git` where you wish to have the project, with a command such as: