mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 15:01:37 -04:00
Update INSTALL.md
This commit is contained in:
+4
-2
@@ -12,13 +12,12 @@ Contents:
|
||||
1. Use one of these platforms:
|
||||
- Windows (MSYS)
|
||||
- Linux via WSL
|
||||
- Recommended for Windows users
|
||||
- Linux
|
||||
2. Install the following:
|
||||
- Python 3.11+ and pip
|
||||
- GCC 9+
|
||||
- Make
|
||||
- **On Linux/WSL**: Wine
|
||||
- **On Linux/WSL**: Wine/Wibo
|
||||
3. Install the Python dependencies:
|
||||
```shell
|
||||
python -m pip install -r tools/requirements.txt
|
||||
@@ -28,6 +27,9 @@ python -m pip install -r tools/requirements.txt
|
||||
python tools/setup.py
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> For Linux users: If you plan to use Wibo instead of Wine, run make with `make WINE=<path/to/wibo> ...`.
|
||||
|
||||
## Build the ROM
|
||||
|
||||
This repository does not include any of the game's assets, and you will need an original decrypted base ROM.
|
||||
|
||||
Reference in New Issue
Block a user