diff options
author | yenatch <yenatch@gmail.com> | 2017-09-30 13:33:44 -0400 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-11-10 20:16:17 +1300 |
commit | ddae55114df8e41b79865ce3e7fb81d43fe4b5f9 (patch) | |
tree | cbbd1202f6768b05a895a963e25ffb6cc147fdc9 | |
parent | fbffb08e293f9be53326c4d4b19451fc1531e9f2 (diff) |
install: rgbds 0.3.3
-rw-r--r-- | INSTALL.md | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -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,15 +23,12 @@ To build them individually: # Mac -In **Terminal**, run: +Get [**Homebrew**](http://brew.sh/). - xcode-select --install +Then in **Terminal**, run: - git clone https://github.com/rednex/rgbds - cd rgbds - git checkout v0.2.5 - sudo make install - cd .. + xcode-select --install + brew install rgbds git clone --recursive https://github.com/pret/pokered cd pokered @@ -41,12 +38,15 @@ In **Terminal**, run: # 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**: |