mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 22:30:15 +00:00
Download ido-recomp compiler binaries instead of committing them (#2388)
* Download ido-recomp compiler binaries instead of committing them * Skip downloading compilers if ido_recomp/ exists * Use make instead of bash script
This commit is contained in:
parent
e10ecb2fa3
commit
aaf3183233
70 changed files with 27 additions and 7565 deletions
|
@ -81,6 +81,7 @@ The build process has the following package requirements:
|
|||
* git
|
||||
* build-essential
|
||||
* binutils-mips-linux-gnu
|
||||
* curl
|
||||
* python3
|
||||
* python3-pip
|
||||
* python3-venv
|
||||
|
@ -91,7 +92,7 @@ Under Debian / Ubuntu (which we recommend using), you can install them with the
|
|||
|
||||
```bash
|
||||
sudo apt-get update
|
||||
sudo apt-get install git build-essential binutils-mips-linux-gnu python3 python3-pip python3-venv libpng-dev libxml2-dev
|
||||
sudo apt-get install git build-essential binutils-mips-linux-gnu curl python3 python3-pip python3-venv libpng-dev libxml2-dev
|
||||
```
|
||||
|
||||
If you are using GCC as the compiler for Ocarina of Time, you will also need:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue