From d7e434213fc5e2860cea52e6a384d30232c36343 Mon Sep 17 00:00:00 2001 From: Oleksandr Kalko Date: Mon, 12 May 2025 14:32:12 +0300 Subject: [PATCH] [Documentation] Update compiling for EU (#713) #710 changed the environment variables for compiling EU roms --- docs/basics/compiling.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/basics/compiling.md b/docs/basics/compiling.md index 1cfd50c94..d832b3d96 100644 --- a/docs/basics/compiling.md +++ b/docs/basics/compiling.md @@ -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 -eu -``` \ No newline at end of file +```