[Documentation] Update compiling for EU (#713)

#710 changed the environment variables for compiling EU roms
This commit is contained in:
Oleksandr Kalko 2025-05-12 14:32:12 +03:00 committed by GitHub
parent 668523b9cf
commit d7e434213f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -88,20 +88,20 @@ make -j
Building EU requires US to be built first. See above.
mk64 decomp supports two EU versions
* EU 1.0 `eu-1.0`
* EU 1.1 `eu-final`
* EU 1.0 `eu.v10`
* EU 1.1 `eu.v11`
Build using
```bash
make -j VERSION=eu-1.0
make -j VERSION=eu.v10
```
or
```bash
make -j VERSION=eu-final
make -j VERSION=eu.v11
```
First-diff/diff commands for EU
```bash
python3 first-diff.py --eu
./diff <function> -eu
```
```