mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
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 && \
|
||||
cd rgbds && \
|
||||
make && \
|
||||
mkdir -p /usr/local/man/man1 && \
|
||||
mkdir -p /usr/local/man/man7 && \
|
||||
sudo make install && \
|
||||
cd .. && \
|
||||
rm -rf rgbds
|
||||
@ -12,7 +14,7 @@ rm -rf rgbds
|
||||
git submodule init && \
|
||||
git submodule update && \
|
||||
sudo easy_install pip && \
|
||||
pip install -r extras/requirements.txt
|
||||
sudo pip install -r extras/requirements.txt
|
||||
|
||||
# diff binary files using hexdump
|
||||
git config diff.hex.textconv "hexdump -C"
|
||||
|
Loading…
Reference in New Issue
Block a user