mirror of https://github.com/n64decomp/mk64.git
[Documentation] Update compiling for EU (#713)
#710 changed the environment variables for compiling EU roms
This commit is contained in:
parent
668523b9cf
commit
d7e434213f
|
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue