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
sudo make install
cd ..
git clone --recursive https://github.com/pret/pokered
cd pokered
To build pokered.gbc and pokeblue.gbc:
make
To build them individually:
make red
make blue
Get Homebrew.
Then in Terminal, run:
xcode-select --install
brew install rgbds
git clone --recursive https://github.com/pret/pokered
cd pokered
make
To build on Windows, use Cygwin (64-bit). Use the default settings.
In the installer, select the following packages:
make
git
python
Then download rgbds.
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:
git clone --recursive https://github.com/pret/pokered
cd pokered
make