ref: 7363545ab24cf905b77ca197536772b2d6904134
parent: c3c7c7e6583d43c5f192997cd8ad1c39fcfdeb59
parent: f11cb461046d61e227ed6c61562f7d6d3f0f9782
author: yenatch <yenatch@gmail.com>
date: Wed Aug 12 16:45:57 EDT 2015
Merge pull request #306 from kanzure/cygwin-package-names Fix misnamed cygwin packages.
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -44,7 +44,7 @@
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`.