1
0
Fork 0
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:
cadmic 2024-12-26 09:41:03 -08:00 committed by GitHub
parent e10ecb2fa3
commit aaf3183233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
70 changed files with 27 additions and 7565 deletions

View file

@ -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: