This will set up your compiler and enable you to run make to build your code.
make
cmake .
Every time you modify the code, run this in a terminal to build it.
Run this in a terminal to run the code.
./highgoal.bin