Fix misnamed cygwin packages.

This commit is contained in:
yenatch 2015-08-12 20:45:47 -04:00
parent c3c7c7e658
commit f11cb46104

View File

@ -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`.