docs: add instructions to compile the codes

This commit is contained in:
sup39 2024-02-25 16:02:54 +09:00
parent d3500f589e
commit 790ac0a8c1
Signed by: sup39
GPG key ID: 111C00916C1641E5

View file

@ -8,3 +8,14 @@ Gecko codes for Super Mario Sunshine made by sup39.
```
pip install -U "supSMSGecko>=0.1.0a5"
```
## Compiling the codes
```sh
# go to the directory of the code (e.g. ControllerInputDisplay)
cd ControllerInputDisplay
# run make.py
python make.py
# the result will be in `@code.xml`
```