Skip to content

Commit fa4a7c8

Browse files
committed
Link elf2rel.exe version 2.7
1 parent 65fb337 commit fa4a7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The latest release can be found on the [releases page](https://github.com/Zephil
1212
See the [user manual](https://github.com/Zephiles/TTYD-Practice-Codes/blob/master/USER_MANUAL.md).
1313

1414
## Prerequisites
15-
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.6/elf2rel.exe).
15+
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.7/elf2rel.exe).
1616

1717
## Building
1818
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.

0 commit comments

Comments
 (0)