mirror of https://github.com/pret/pokecrystal.git
init.sh: sudo pip install and make sure rgbds man dirs exist
This commit is contained in:
parent
418878d932
commit
515407b9eb
4
init.sh
4
init.sh
|
@ -4,6 +4,8 @@
|
||||||
git clone git://github.com/bentley/rgbds.git && \
|
git clone git://github.com/bentley/rgbds.git && \
|
||||||
cd rgbds && \
|
cd rgbds && \
|
||||||
make && \
|
make && \
|
||||||
|
mkdir -p /usr/local/man/man1 && \
|
||||||
|
mkdir -p /usr/local/man/man7 && \
|
||||||
sudo make install && \
|
sudo make install && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
rm -rf rgbds
|
rm -rf rgbds
|
||||||
|
@ -12,7 +14,7 @@ rm -rf rgbds
|
||||||
git submodule init && \
|
git submodule init && \
|
||||||
git submodule update && \
|
git submodule update && \
|
||||||
sudo easy_install pip && \
|
sudo easy_install pip && \
|
||||||
pip install -r extras/requirements.txt
|
sudo pip install -r extras/requirements.txt
|
||||||
|
|
||||||
# diff binary files using hexdump
|
# diff binary files using hexdump
|
||||||
git config diff.hex.textconv "hexdump -C"
|
git config diff.hex.textconv "hexdump -C"
|
||||||
|
|
Loading…
Reference in New Issue