shithub: pokecrystal

Download patch

ref: f11cb461046d61e227ed6c61562f7d6d3f0f9782
parent: c3c7c7e6583d43c5f192997cd8ad1c39fcfdeb59
author: yenatch <yenatch@gmail.com>
date: Wed Aug 12 16:45:47 EDT 2015

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