summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-04-28 00:38:14 -0400
committeryenatch <yenatch@gmail.com>2017-04-28 00:38:54 -0400
commita98538641b7cee5fa90611ec88cbc3406b826aff (patch)
treef74b8c7316fcb6fcba6d74a45b783f693966d781
parentcaa94f841228eb5982aabd9e069f8bd540e54a69 (diff)
Update the install instructions.
Python and extras are no longer required.
-rw-r--r--INSTALL.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 7be761fb5..042cde76e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -6,18 +6,17 @@ If you run into trouble, ask on irc ([**freenode#pret**](https://kiwiirc.com/cli
# Linux
-Python 2.7 is required.
-
```bash
-sudo apt-get install make gcc bison git python
+sudo apt-get install make gcc bison git
git clone https://github.com/bentley/rgbds
cd rgbds
sudo make install
cd ..
-git clone --recursive https://github.com/pret/pokecrystal
+git clone https://github.com/pret/pokecrystal
cd pokecrystal
+make tools
```
To build **pokecrystal.gbc**:
@@ -39,8 +38,9 @@ cd rgbds
sudo make install
cd ..
-git clone --recursive https://github.com/pret/pokecrystal
+git clone https://github.com/pret/pokecrystal
cd pokecrystal
+make tools
```
To build **pokecrystal.gbc**:
@@ -54,17 +54,18 @@ make
To build on Windows, install [**Cygwin**](http://cygwin.com/install.html) with the default settings.
-In the installer, select the following packages: `make` `git` `python` `gettext`
+In the installer, select the following packages: `make` `git` `gettext`
Then get the most recent version of [**rgbds**](https://github.com/bentley/rgbds/releases/).
-Extract the archive and put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\cygwin64\usr\local\bin`.
+Extract the archive and put `rgbasm.exe`, `rgblink.exe`, `rgbfix.exe` and `rgbgfx.exe` in `C:\cygwin64\usr\local\bin`.
In the **Cygwin terminal**:
```bash
-git clone --recursive https://github.com/pret/pokecrystal
+git clone https://github.com/pret/pokecrystal
cd pokecrystal
+make tools
```
To build **pokecrystal.gbc**: