This repo will install everything you need in order to program on the FSAE team at the University of Auckland.
Clone this repo
git clone git@github.com:UOA-FSAE/fs-common-dev.git ~/fs/fs-common-dev
Run script
cd ~/fs/fs-common-dev
Setup your system
make setup
Install everything, this may take a bit so go touch the Accumulator :)
make
If there is an update then please use the following commands
cd ~/fs/fs-common-dev
git pull
make