diff options
| author | Aetias <aetias@outlook.com> | 2024-06-20 18:48:57 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-06-20 18:48:57 +0200 |
| commit | 33ea1fba3872db2bfcbb50239f3663b905a0297e (patch) | |
| tree | 71832e24294cc3638f88ed649fda8dcfb9b49e44 | |
| parent | 2823cb8f6131d983aeed859579d641555453f61b (diff) | |
Update INSTALL.md
| -rw-r--r-- | INSTALL.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |
