You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
init.sh: sudo pip install and make sure rgbds man dirs exist
This commit is contained in:
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"
|
||||||
|
Reference in New Issue
Block a user