aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-02-15 13:25:23 +0000
committerrodri <rgl@antares-labs.eu>2020-02-15 13:25:23 +0000
commit7d4a68fb777f3562c3ef87ce2130aef4bbc36b2b (patch)
tree00a3afb147810f65818e6216b0b0568728b2a97a
parent606c1541d87e9f5e164794ed3439403da3e82ed5 (diff)
downloadgbadev-7d4a68fb777f3562c3ef87ce2130aef4bbc36b2b.tar.gz
gbadev-7d4a68fb777f3562c3ef87ce2130aef4bbc36b2b.tar.bz2
gbadev-7d4a68fb777f3562c3ef87ce2130aef4bbc36b2b.zip
correct devkitpro instructions.
-rw-r--r--readme4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme b/readme
index 80186cc..9328c65 100644
--- a/readme
+++ b/readme
@@ -1,9 +1,9 @@
Install devkitpro's devkitARM, the devkitarm-rules and devkitarm-crtls
-files, and set DEVKITPRO to the path where you installed it.
+files, and set up the environment variables DEVKITARM and PATH properly.
After that, arm-none-eabi* should resolve to the tools in this kit
with the proper files in place, not the one in the system.
If all goes well:
- make && vba *.gba
+ % make && vba *.gba
Have fun!