2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00
zaphod/configure

13 lines
273 B
Plaintext
Raw Normal View History

#!/bin/bash
git submodule init
git submodule update
2014-06-07 16:58:00 -04:00
export PATH=$PATH:$(pwd)/bin/ucpp/ucpp
echo "export PATH=$PATH:$(pwd)/bin/ucpp/ucpp" >> ~/.bashrc
echo "alias frcbot='python build'" >> ~/.bashrc
2014-06-07 16:48:56 -04:00
source ~/.bashrc
cd src
2014-05-31 11:07:40 -04:00
ucpp setup -t 2059
ucpp init
ucpp configure
cd ..