Fix rgbds link and version

This commit is contained in:
yenatch 2017-05-28 15:57:57 -04:00
parent 74005945b7
commit 853abd3aa3

View File

@ -1,4 +1,4 @@
The source files are assembled into a rom using [**rgbds**](https://github.com/bentley/rgbds). The source files are assembled into a rom using [**rgbds**](https://github.com/rednex/rgbds).
These instructions explain how to set up the tools required to build. These instructions explain how to set up the tools required to build.
If you run into trouble, ask on irc ([**freenode#pret**](https://kiwiirc.com/client/irc.freenode.net/?#pret)). If you run into trouble, ask on irc ([**freenode#pret**](https://kiwiirc.com/client/irc.freenode.net/?#pret)).
@ -9,8 +9,9 @@ If you run into trouble, ask on irc ([**freenode#pret**](https://kiwiirc.com/cli
```bash ```bash
sudo apt-get install make gcc bison git sudo apt-get install make gcc bison git
git clone https://github.com/bentley/rgbds git clone https://github.com/rednex/rgbds
cd rgbds cd rgbds
git checkout v0.2.5
sudo make install sudo make install
cd .. cd ..
@ -33,8 +34,9 @@ In **Terminal**, run:
```bash ```bash
xcode-select --install xcode-select --install
git clone https://github.com/bentley/rgbds git clone https://github.com/rednex/rgbds
cd rgbds cd rgbds
git checkout v0.2.5
sudo make install sudo make install
cd .. cd ..
@ -56,7 +58,7 @@ To build on Windows, install [**Cygwin**](http://cygwin.com/install.html) with t
In the installer, select the following packages: `make` `git` `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 [**rgbds 0.2.5**](https://github.com/rednex/rgbds/releases/). Versions 0.3.0 and later are not compatible.
Extract the archive and put `rgbasm.exe`, `rgblink.exe`, `rgbfix.exe` and `rgbgfx.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**: