diff options
author | yenatch <yenatch@gmail.com> | 2017-06-24 16:51:35 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-06-24 16:56:43 -0400 |
commit | 7d5b9bb0c46fde6c7aa479e43725541a787a7db2 (patch) | |
tree | fc49d354d4334336430eed6dbc3f338830fc7b0a | |
parent | ed99a86864535896d62ea1c5cdb49645754478f5 (diff) |
gcc is needed in cygwin
- also mention the new dlls in install
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md index 0d48f6daf..d44e82dce 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -56,10 +56,10 @@ make To build on Windows, install [**Cygwin**](http://cygwin.com/install.html) with the default settings. -In the installer, select the following packages: `make` `git` `gettext` +In the installer, select the following packages: `make` `git` `gettext` `gcc-core` Then get [**rgbds 0.2.5**](https://github.com/rednex/rgbds/releases/). Versions 0.3.0 and later are not compatible. -Extract the archive and put `rgbasm.exe`, `rgblink.exe`, `rgbfix.exe` and `rgbgfx.exe` in `C:\cygwin64\usr\local\bin`. +Extract the archive and put all the `exe` and `dll` files individually in `C:\cygwin64\usr\local\bin`. In the **Cygwin terminal**: @@ -67,7 +67,7 @@ In the **Cygwin terminal**: git clone https://github.com/pret/pokecrystal cd pokecrystal -make tools +make tools CC=gcc ``` To build **pokecrystal.gbc**: |