ref: a98538641b7cee5fa90611ec88cbc3406b826aff
parent: caa94f841228eb5982aabd9e069f8bd540e54a69
author: yenatch <[email protected]>
date: Thu Apr 27 20:38:14 EDT 2017
Update the install instructions. Python and extras are no longer required.
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -6,10 +6,8 @@
# 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
@@ -16,8 +14,9 @@
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 @@
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 @@
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**: