summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-12-17 15:45:15 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-12-17 15:45:15 -0500
commit74137d7448c62e462e39b373693bc4b9f0d72055 (patch)
tree4ce86a06f8caf7bb27fe240a0b5ecf44e103d586
parent2761c0f0a5a0411020bd9853329d402b663121cd (diff)
Remove dkP dependency notes from INSTALL.md
-rw-r--r--INSTALL.md15
1 files changed, 4 insertions, 11 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5ba0ee484..745f70007 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,18 +1,11 @@
-Install [devkitARM](https://devkitpro.org/wiki/Getting_Started) (if you are on **Windows 10**, [do this instead](#windows-10)).
-
Run the following commands (first, see [this](#macos) if you are on **macOS** or [this](#old-windows) if you are on **old Windows**):
- export DEVKITPRO=/opt/devkitpro
- echo "export DEVKITPRO=$DEVKITPRO" >> ~/.bashrc
- export DEVKITARM=$DEVKITPRO/devkitARM
- echo "export DEVKITARM=$DEVKITARM" >> ~/.bashrc
-
git clone https://github.com/pret/pokefirered
- git clone https://github.com/pret/agbcc
+ git clone https://github.com/pikalaxalt/agbcc -b new_layout_with_libs
cd agbcc
- ./build.sh
- ./install.sh ../pokefirered
+ make
+ make install prefix=../pokefirered
cd ../pokefirered
@@ -49,7 +42,7 @@ If the command for building pokefirered.gba does not work, run `nproc` and use t
## Windows 10
-Install the [Windows Subsystem for Linux](https://docs.microsoft.com/windows/wsl/install-win10), then install [devkitARM](https://devkitpro.org/wiki/Getting_Started) inside the subsystem, and run the commands.
+Install the [Windows Subsystem for Linux](https://docs.microsoft.com/windows/wsl/install-win10), and run the commands.
## Important note for all users