mirror of
https://github.com/team2059/Zaphod
synced 2024-12-18 20:12:28 -05:00
Changed the configure script
This commit is contained in:
parent
f9277408ed
commit
8850989d92
2
configure
vendored
2
configure
vendored
@ -3,9 +3,9 @@ git submodule init
|
|||||||
git submodule update
|
git submodule update
|
||||||
echo "export PATH=$PATH:$(pwd)/bin/ucpp/ucpp" >> ~/.bashrc
|
echo "export PATH=$PATH:$(pwd)/bin/ucpp/ucpp" >> ~/.bashrc
|
||||||
echo "alias frcbot='python build'" >> ~/.bashrc
|
echo "alias frcbot='python build'" >> ~/.bashrc
|
||||||
|
source ~/.bashrc
|
||||||
cd src
|
cd src
|
||||||
ucpp setup -t 2059
|
ucpp setup -t 2059
|
||||||
ucpp init
|
ucpp init
|
||||||
ucpp configure
|
ucpp configure
|
||||||
cd ..
|
cd ..
|
||||||
source ~/.bashrc
|
|
||||||
|
Loading…
Reference in New Issue
Block a user