Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.1 KB

INSTALL.md

File metadata and controls

54 lines (32 loc) · 1.1 KB

Linux

sudo apt-get install make gcc bison git python

git clone https://github.com/bentley/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

Mac

In Terminal, run:

xcode-select --install

git clone https://github.com/bentley/rgbds
cd rgbds
sudo make install
cd ..

git clone --recursive https://github.com/pret/pokered
cd pokered

make

Windows

To build on Windows, use Cygwin. Use the default settings.

In the installer, select the following packages: make git python gettext

Then get the most recent version of rgbds. Extract the archive and put rgbasm.exe, rgblink.exe and rgbfix.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/pret/pokered
cd pokered

make