diff options
| author | Aetias <aetias@outlook.com> | 2025-03-09 17:11:01 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-03-09 17:11:01 +0100 |
| commit | f7e2705e6bb4141cdab475d4ff0fe59282ba177f (patch) | |
| tree | 6ad8a88b07974c7670f9ec33fbcfe13d082cdb57 | |
| parent | 1e1600cec707d62e2c854c7222b2ea8a4283658d (diff) | |
Update INSTALL.md
| -rw-r--r-- | INSTALL.md | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -24,23 +24,19 @@ python -m pip install -r tools/requirements.txt ```shell pre-commit install ``` -5. Run the setup script: -```shell -python tools/setup.py -``` -6. Run the Ninja configure script: +5. Run the Ninja configure script: ```shell python tools/configure.py <eur|usa> ``` +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. > [!IMPORTANT] > Rerun `configure.py` often to ensure that all C/C++ code gets compiled. > [!NOTE] > For Linux users: Wibo is used by default. If you want to use Wine instead, run `configure.py` with `-w <path/to/wine>`. -7. 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 |
