diff options
author | yenatch <yenatch@gmail.com> | 2015-08-12 20:45:47 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-12 20:45:47 -0400 |
commit | f11cb461046d61e227ed6c61562f7d6d3f0f9782 (patch) | |
tree | 5cdde7c64cc6844d9ad95bb001b74004a5714035 | |
parent | c3c7c7e6583d43c5f192997cd8ad1c39fcfdeb59 (diff) |
Fix misnamed cygwin packages.
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 82158e80c..84ed0ee3d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -44,7 +44,7 @@ To build **pokecrystal.gbc**: To build on Windows, use [**Cygwin**](http://cygwin.com/install.html) (32-bit). -In the installer, select the following packages: `make` `git` `python` `python-setuptools` `gcc` `libsasl2` `ca-certificates` +In the installer, select the following packages: `make` `git` `python` `python-setuptools` `gcc-core` `libsasl2-3` `ca-certificates` Then get the most recent version of [**rgbds**](https://github.com/bentley/rgbds/releases/). Put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\cygwin\usr\local\bin`. |