use pypng as a dependency
This commit is contained in:
@@ -5,6 +5,7 @@ sudo apt-get install make gcc bison git python python-setuptools
|
|||||||
|
|
||||||
# unittest2 is required if using python2.6
|
# unittest2 is required if using python2.6
|
||||||
sudo easy_install unittest2
|
sudo easy_install unittest2
|
||||||
|
sudo easy_install pip
|
||||||
|
|
||||||
# download rgbds source code
|
# download rgbds source code
|
||||||
git clone git://github.com/bentley/rgbds.git
|
git clone git://github.com/bentley/rgbds.git
|
||||||
@@ -21,6 +22,9 @@ which rgbasm
|
|||||||
git clone git://github.com/kanzure/pokecrystal.git
|
git clone git://github.com/kanzure/pokecrystal.git
|
||||||
cd pokecrystal
|
cd pokecrystal
|
||||||
|
|
||||||
|
# install python requirements
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
make clean && make
|
make clean && make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -23,6 +23,7 @@ sudo apt-get install make gcc bison git python python-setuptools
|
|||||||
|
|
||||||
# unittest2 is required if using python2.6
|
# unittest2 is required if using python2.6
|
||||||
sudo easy_install unittest2
|
sudo easy_install unittest2
|
||||||
|
sudo easy_install pip
|
||||||
|
|
||||||
# download rgbds source code
|
# download rgbds source code
|
||||||
git clone git://github.com/bentley/rgbds.git
|
git clone git://github.com/bentley/rgbds.git
|
||||||
@@ -39,6 +40,8 @@ which rgbasm
|
|||||||
git clone https://github.com/kanzure/pokecrystal.git
|
git clone https://github.com/kanzure/pokecrystal.git
|
||||||
cd pokecrystal
|
cd pokecrystal
|
||||||
|
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
make clean && make
|
make clean && make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1
requirement.txt
Normal file
1
requirement.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
-e git://github.com/drj11/pypng.git@master#egg=pypng
|
Reference in New Issue
Block a user