mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Update the install instructions.
Python and extras are no longer required.
This commit is contained in:
parent
caa94f8412
commit
a98538641b
17
INSTALL.md
17
INSTALL.md
@ -6,18 +6,17 @@ If you run into trouble, ask on irc ([**freenode#pret**](https://kiwiirc.com/cli
|
|||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
|
|
||||||
Python 2.7 is required.
|
|
||||||
|
|
||||||
```bash
|
```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
|
git clone https://github.com/bentley/rgbds
|
||||||
cd rgbds
|
cd rgbds
|
||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
git clone --recursive https://github.com/pret/pokecrystal
|
git clone https://github.com/pret/pokecrystal
|
||||||
cd pokecrystal
|
cd pokecrystal
|
||||||
|
make tools
|
||||||
```
|
```
|
||||||
|
|
||||||
To build **pokecrystal.gbc**:
|
To build **pokecrystal.gbc**:
|
||||||
@ -39,8 +38,9 @@ cd rgbds
|
|||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
git clone --recursive https://github.com/pret/pokecrystal
|
git clone https://github.com/pret/pokecrystal
|
||||||
cd pokecrystal
|
cd pokecrystal
|
||||||
|
make tools
|
||||||
```
|
```
|
||||||
|
|
||||||
To build **pokecrystal.gbc**:
|
To build **pokecrystal.gbc**:
|
||||||
@ -54,17 +54,18 @@ make
|
|||||||
|
|
||||||
To build on Windows, install [**Cygwin**](http://cygwin.com/install.html) with the default settings.
|
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/).
|
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**:
|
In the **Cygwin terminal**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
git clone --recursive https://github.com/pret/pokecrystal
|
git clone https://github.com/pret/pokecrystal
|
||||||
cd pokecrystal
|
cd pokecrystal
|
||||||
|
make tools
|
||||||
```
|
```
|
||||||
|
|
||||||
To build **pokecrystal.gbc**:
|
To build **pokecrystal.gbc**:
|
||||||
|
Loading…
Reference in New Issue
Block a user