diff --git a/README.md b/README.md index 1365add..8dd404d 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,17 @@ tumbledemerald is a hack based on the [decompilation](https://github.com/pret/po ## Installation Compiling tumbledemerald requires a Linux-based system with the following packages installed: -- make (or gmake, if you have access to it specifically.) +- make (or GNU make, if you have access to it specifically.) - gcc - g++ - git - GNU arm-none-eabi binutils -Run this command to clone and compile `agbcc`, pret's toolchain: +(Bonus points for getting it to work with Clang, cmake, and non-GNU binutils, because rms gives me a headache.) + +Run this command to compile `agbcc`, pret's toolchain: ```bash -git clone https://github.com/pret/agbcc && cd agbcc && ./build.sh && ./install.sh +cd /agbcc && ./build.sh && ./install.sh ../ ``` Then just run `make` in the root folder of the repository.