diff options
| author | Aetias <aetias@outlook.com> | 2024-10-19 09:29:00 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-10-19 09:29:00 +0200 |
| commit | be640e984d6cb93d803d7fe45eba96f441b58ec8 (patch) | |
| tree | 6d694589121409e02ad26c0357e6138609f2f3d5 /INSTALL.md | |
| parent | b7905ab6602ae89b5c9fabfd83a364ad0186fe8d (diff) | |
Update docs
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,7 +27,7 @@ python tools/setup.py ``` 5. Run the Ninja configure script: ```shell -python tools/configure.py +python tools/configure.py <eur|usa> ``` > [!IMPORTANT] @@ -37,6 +37,8 @@ python tools/configure.py > For Linux users: If you plan to use Wibo instead of Wine, run `configure.py` with `-w <path/to/wibo>`. 6. Put one or more base ROMs in the [`/extract/`](/extract/README.md) directory of this repository. +Now you can run `ninja` to build a ROM for the chosen version. + ### Matching the base ROM **This is optional!** You only need to follow these steps if you want a matching ROM. |
