diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-06 17:02:20 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-06 17:02:20 -0700 |
commit | deb8270943cb28ec68bfd7fca57ca3642db0d1bf (patch) | |
tree | 8817ccde9d00144808890746e34a3374b4e34cfb | |
parent | 0416c0873b392c6e29088c308b302bcea256ae73 (diff) |
Update INSTALL.md
-rwxr-xr-x | INSTALL.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -58,11 +58,11 @@ Select the following packages: * python * python-setuptools -The latest version of **rgbds** is [**0.2.2**](https://github.com/bentley/rgbds/releases/download/v0.2.2/rgbds-0.2.2-win32.zip). To install, put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\cygwin\usr\local\bin`. +The latest pokepinball-compatible version of **rgbds** is [**0.3.0**](https://github.com/rednex/rgbds/releases/download/v0.3.0/rgbds-0.3.0-win32.zip). To install, put each of the files in the download in `C:\cygwin\usr\local\bin`. Then set up the repository. In the **Cygwin terminal**: - git clone git://github.com/iimarckus/pokered.git - cd pokered + https://github.com/pret/pokepinball.git + cd pokepinball To build, follow the Linux instructions. |