Update README.md

This commit is contained in:
Jess 2022-11-15 02:19:39 +00:00
parent bd59b4be2e
commit 457b785e91
1 changed files with 5 additions and 3 deletions

View File

@ -9,15 +9,17 @@ tumbledemerald is a hack based on the [decompilation](https://github.com/pret/po
## Installation ## Installation
Compiling tumbledemerald requires a Linux-based system with the following packages installed: 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 - gcc
- g++ - g++
- git - git
- GNU arm-none-eabi binutils - 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 ```bash
git clone https://github.com/pret/agbcc && cd agbcc && ./build.sh && ./install.sh <path to tumbledemerald> cd <path to tumbledemerald>/agbcc && ./build.sh && ./install.sh ../
``` ```
Then just run `make` in the root folder of the repository. Then just run `make` in the root folder of the repository.