Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GBAFE decompilation progress history can be found on [laqieer's FE decomp portal

- get a `arm-none-eabi` binutils toolchain (devkitARM works).
- get a copy of the original rom (still required for every build for now), put it in this folder and name it `fe6-base.gba`.
- run [tools/install-agbcc.sh](tools/install-agbcc.sh) or get an agbcc another way.
- run [tools/install_agbcc.sh](tools/install_agbcc.sh) or get an agbcc another way.
- `make compare`

In the future, a native GCC or GCC-like C compiler (such as clang) will be required to build tools, there is just no tool to build yet.
Expand Down