2
0
mirror of https://github.com/team2059/Zaphod synced 2025-01-07 22:14:14 -05:00
zaphod/configure

13 lines
273 B
Bash
Executable File

#!/bin/bash
git submodule init
git submodule update
export PATH=$PATH:$(pwd)/bin/ucpp/ucpp
echo "export PATH=$PATH:$(pwd)/bin/ucpp/ucpp" >> ~/.bashrc
echo "alias frcbot='python build'" >> ~/.bashrc
source ~/.bashrc
cd src
ucpp setup -t 2059
ucpp init
ucpp configure
cd ..