From 457b785e91d3bf8205e87bbb088aa29655517d14 Mon Sep 17 00:00:00 2001 From: supersonicsataa Date: Tue, 15 Nov 2022 02:19:39 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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.