ref: a9a687bd6e4b2d26564d7d41609daee6e1c59446
parent: 5c2419383118280465a89657fed34ed6562f2981
author: yenatch <yenatch@gmail.com>
date: Sat Sep 30 09:33:44 EDT 2017
install: rgbds 0.3.3
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,10 +1,10 @@
# Linux
- sudo apt-get install make gcc bison git python
+ sudo apt-get install make git python
+ sudo apt-get install byacc flex pkg-config libpng-dev
git clone https://github.com/rednex/rgbds
cd rgbds
- git checkout v0.2.5
sudo make install
cd ..
@@ -23,16 +23,13 @@
# Mac
-In **Terminal**, run:
+Get [**Homebrew**](http://brew.sh/).
+Then in **Terminal**, run:
+
xcode-select --install
+ brew install rgbds
- git clone https://github.com/rednex/rgbds
- cd rgbds
- git checkout v0.2.5
- sudo make install
- cd ..
-
git clone --recursive https://github.com/pret/pokered
cd pokered
@@ -41,12 +38,15 @@
# Windows
-To build on Windows, use [**Cygwin**](http://cygwin.com/install.html). Use the default settings.
+To build on Windows, use [**Cygwin**](http://cygwin.com/install.html) (64-bit). Use the default settings.
-In the installer, select the following packages: `make` `git` `python` `gettext`
+In the installer, select the following packages:
+- `make`
+- `git`
+- `python`
-Then get [**rgbds 0.2.5**](https://github.com/bentley/rgbds/releases/tag/v0.2.5).
-Extract the archive and put `rgbasm.exe`, `rgblink.exe`, `rgbfix.exe` and `rgbgfx.exe` in `C:\cygwin\usr\local\bin`. If your Cygwin installation directory differs, ensure the `bin` directory is present in the PATH variable.
+Then download [**rgbds**](https://github.com/bentley/rgbds/releases).
+Extract the archive. Inside should be `rgbasm.exe`, `rgblink.exe`, `rgbfix.exe`, `rgbgfx.exe` and some `.dll` files. Put each file in `C:\cygwin64\usr\local\bin\`. If your Cygwin installation directory differs, ensure the `bin` directory is present in the PATH variable.
In the **Cygwin terminal**: