From 853abd3aa35233e344134486a46ff9585cac3386 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 28 May 2017 15:57:57 -0400 Subject: [PATCH] Fix rgbds link and version --- INSTALL.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 042cde76e..0d48f6daf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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. 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 sudo apt-get install make gcc bison git -git clone https://github.com/bentley/rgbds +git clone https://github.com/rednex/rgbds cd rgbds +git checkout v0.2.5 sudo make install cd .. @@ -33,8 +34,9 @@ In **Terminal**, run: ```bash xcode-select --install -git clone https://github.com/bentley/rgbds +git clone https://github.com/rednex/rgbds cd rgbds +git checkout v0.2.5 sudo make install 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` -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`. In the **Cygwin terminal**: