mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Bump extras so that pypng doesn't need to be installed.
This commit is contained in:
parent
89e07d0d56
commit
af6fa345d6
|
@ -1,7 +1,6 @@
|
||||||
# Linux
|
# Linux
|
||||||
|
|
||||||
sudo apt-get install make gcc bison git python python-pip
|
sudo apt-get install make gcc bison git python
|
||||||
sudo pip install pypng
|
|
||||||
|
|
||||||
git clone https://github.com/bentley/rgbds
|
git clone https://github.com/bentley/rgbds
|
||||||
cd rgbds
|
cd rgbds
|
||||||
|
@ -26,7 +25,6 @@ To build them individually:
|
||||||
In **Terminal**, run:
|
In **Terminal**, run:
|
||||||
|
|
||||||
xcode-select --install
|
xcode-select --install
|
||||||
sudo easy_install pypng
|
|
||||||
|
|
||||||
git clone https://github.com/bentley/rgbds
|
git clone https://github.com/bentley/rgbds
|
||||||
cd rgbds
|
cd rgbds
|
||||||
|
@ -50,9 +48,6 @@ Extract the archive and put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\
|
||||||
|
|
||||||
In the **Cygwin terminal**:
|
In the **Cygwin terminal**:
|
||||||
|
|
||||||
lynx -source bootstrap.pypa.io/get-pip.py | python
|
|
||||||
pip install pypng
|
|
||||||
|
|
||||||
git clone --recursive https://github.com/pret/pokered
|
git clone --recursive https://github.com/pret/pokered
|
||||||
cd pokered
|
cd pokered
|
||||||
|
|
||||||
|
|
2
extras
2
extras
|
@ -1 +1 @@
|
||||||
Subproject commit 9644160b87e706f3a6ae20fe09e9c469f628c06d
|
Subproject commit 68edf51f1070b056c281471242220f9c6142e1b6
|
Loading…
Reference in a new issue