diff options
author | yenatch <yenatch@gmail.com> | 2017-05-01 11:08:36 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-01 11:08:36 -0400 |
commit | c4e51522cc09424fa7f97c4e1f3f81b0cbc00089 (patch) | |
tree | a64a5dd6c6dab5ae3d93dbca041bf9ca8985fc18 | |
parent | 678b3c9e6c7de83ad09c00b181497f942bf86e62 (diff) |
Update the rgbds links. v0.2.5 is the last working version.
-rw-r--r-- | INSTALL.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -2,8 +2,9 @@ sudo apt-get install make gcc bison git python - 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 .. @@ -26,8 +27,9 @@ In **Terminal**, run: 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 .. @@ -43,8 +45,8 @@ To build on Windows, use [**Cygwin**](http://cygwin.com/install.html). Use the d In the installer, select the following packages: `make` `git` `python` `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:\cygwin\usr\local\bin`. If your Cygwin installation directory differs, ensure the `bin` directory is present in the PATH variable. +Then get [**rgbds 0.2.5**](https://github.com/bentley/rgbds/releases/tag/v0.2.5). +Extract the archive and put `rgbasm.exe`, `rgblink.exe`, `rgbfix.exe` and `rgbgfx.exe` in `C:\cygwin\usr\local\bin`. If your Cygwin installation directory differs, ensure the `bin` directory is present in the PATH variable. In the **Cygwin terminal**: |