sudo apt-get install make gcc bison git python
git clone https://github.com/rednex/rgbds
cd rgbds
git checkout v0.2.5
sudo make install
cd ..
git clone --recursive git://github.com/TheFakeMateo/RedPlusPlus.git
cd RedPlusPlus
To build pokered.gbc and pokeblue.gbc:
make
To build them individually:
make red
make blue
In Terminal, run:
xcode-select --install
git clone https://github.com/rednex/rgbds
cd rgbds
git checkout v0.2.5
sudo make install
cd ..
git clone --recursive git://github.com/TheFakeMateo/RedPlusPlus.git
cd RedPlusPlus
make
It is probably easiest to just follow This Video Tutorial. Just use this project's url instead of the vanilla Pokered url.
Original instructions are below:
To build on Windows, use Cygwin. Use the default settings.
In the installer, select the following packages: make
git
python
gettext
Then get rgbds 0.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.
In the Cygwin terminal:
git clone --recursive https://github.com/TheFakeMateo/RedPlusPlus.git
cd RedPlusPlus
make
"pokered.gbc" will be the "Normal" version and "pokeblue.gbc" will be the "Hard" version.