install: rgbds 0.3.3

This commit is contained in:
yenatch 2017-09-30 13:33:44 -04:00 committed by GitHub
parent 5c24193831
commit a9a687bd6e

View file

@ -1,10 +1,10 @@
# Linux # 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 git clone https://github.com/rednex/rgbds
cd rgbds cd rgbds
git checkout v0.2.5
sudo make install sudo make install
cd .. cd ..
@ -23,15 +23,12 @@ To build them individually:
# Mac # Mac
In **Terminal**, run: Get [**Homebrew**](http://brew.sh/).
Then in **Terminal**, run:
xcode-select --install 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 git clone --recursive https://github.com/pret/pokered
cd pokered cd pokered
@ -41,12 +38,15 @@ In **Terminal**, run:
# Windows # 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). Then download [**rgbds**](https://github.com/bentley/rgbds/releases).
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. 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**: In the **Cygwin terminal**: