Skip to content

Commit ea7ac56

Browse files
committed
Update build instructions in the README
1 parent 3b6a55a commit ea7ac56

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ See the [user manual](https://github.com/Zephiles/TTYD-Practice-Codes/blob/maste
1515
To build this, you need to have devkitPPC installed. Instructions for doing so can be found [here](https://devkitpro.org/wiki/Getting_Started). You also need to place **elf2rel.exe** in the **bin** folder. This file can either be compiled manually, or downloaded from [here](https://github.com/PistonMiner/ttyd-tools/releases/download/v2.5/elf2rel.exe).
1616

1717
## Building
18-
To build, navigate to the root directory of the repository (the folder with the makefile in it) and run `make`. Any combination of rules can be applied to this.
19-
`make us`
20-
`make jp eu`
21-
`make us eu`
18+
To build, you must first add **DEVKITPPC** and **TTYDTOOLS** to your environment. **DEVKITPPC** should be set to the `devkitPPC` folder, and **TTYDTOOLS** should be set to the `ttyd-tools` folder. Then, navigate to the root directory of the repository (the folder with the makefile in it) and run `make`. Any combination of rules can be applied to this. You should also run `make clean` after making any changes, as files built with a previous build could cause issues.
19+
20+
Examples of `make` being used:
21+
`make us`
22+
`make jp eu`
23+
`make us eu`
2224

2325
## Special Thanks
2426
* **PistonMiner** for helping me with many C++ questions, and overall providing a ton of in-depth technical assistance.

0 commit comments

Comments
 (0)