sudo apt-get install make gcc bison git python python-setuptools
sudo easy_install pypng
git clone git://github.com/bentley/rgbds.git
cd rgbds
sudo make install
cd ..
git clone --recursive git://github.com/iimarckus/pokered.git
cd pokered
To build pokered.gbc and pokeblue.gbc:
make
To build them individually:
make red
make blue
In the shell, run:
xcode-select --install
sudo easy_install pypng
git clone git://github.com/bentley/rgbds.git
cd rgbds
sudo make install
cd ..
git clone --recursive git://github.com/iimarckus/pokered.git
cd pokered
make
To build on Windows, use Cygwin (32-bit).
In the installer, select the following packages: make
git
gettext
python
python-setuptools
Then get the most recent version of rgbds.
Put rgbasm.exe
, rgblink.exe
and rgbfix.exe
in C:\cygwin\usr\local\bin
.
In the Cygwin terminal:
easy_install pypng
git clone --recursive git://github.com/iimarckus/pokered.git
cd pokered
make