fix repository links

This commit is contained in:
yenatch 2015-10-25 03:21:27 -04:00
parent 79368d56be
commit f3b3e21e04

View file

@ -3,12 +3,12 @@
sudo apt-get install make gcc bison git python python-pip sudo apt-get install make gcc bison git python python-pip
sudo pip install pypng sudo pip install pypng
git clone git://github.com/bentley/rgbds.git git clone https://github.com/bentley/rgbds
cd rgbds cd rgbds
sudo make install sudo make install
cd .. cd ..
git clone --recursive git://github.com/iimarckus/pokered.git git clone --recursive https://github.com/pret/pokered
cd pokered cd pokered
To build **pokered.gbc** and **pokeblue.gbc**: To build **pokered.gbc** and **pokeblue.gbc**:
@ -28,12 +28,12 @@ In **Terminal**, run:
xcode-select --install xcode-select --install
sudo easy_install pypng sudo easy_install pypng
git clone git://github.com/bentley/rgbds.git git clone https://github.com/bentley/rgbds
cd rgbds cd rgbds
sudo make install sudo make install
cd .. cd ..
git clone --recursive git://github.com/iimarckus/pokered.git git clone --recursive https://github.com/pret/pokered
cd pokered cd pokered
make make
@ -54,7 +54,7 @@ In the **Cygwin terminal**:
lynx -source bootstrap.pypa.io/get-pip.py | python lynx -source bootstrap.pypa.io/get-pip.py | python
pip install pypng pip install pypng
git clone --recursive git://github.com/iimarckus/pokered.git git clone --recursive https://github.com/pret/pokered
cd pokered cd pokered
make make