mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 15:01:37 -04:00
1.7 KiB
1.7 KiB
Install
Contents:
Prerequisites
- Use one of these platforms:
- Windows (recommended)
- Linux
- Install the following:
- Python 3.11+ and pip
- GCC 9+
- Ninja
- On Linux: Wine/Wibo
- Install the Python dependencies:
python -m pip install -r tools/requirements.txt
- Install pre-commit hooks:
pre-commit install
- Run the setup script:
python tools/setup.py
- Run the Ninja configure script:
python tools/configure.py <eur|usa>
Important
Rerun
configure.pyoften to ensure that all C/C++ code gets compiled.
Note
For Linux users: If you plan to use Wibo instead of Wine, run
configure.pywith-w <path/to/wibo>.
- Put one or more base ROMs in the
/extract/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.
First, extract the ARM7 BIOS from your DS device. Put the ARM7 BIOS in the root directory of this repository, and verify that your dumped BIOS matches the one below:
| File name | SHA1 |
|---|---|
arm7_bios.bin |
6ee830c7f552c5bf194c20a2c13d5bb44bdb5c03 |
Now, rerun configure.py so it can update build.ninja to build a matching ROM.