@Fraize
It seems that your Ubuntu does not have the ability to compile programs. In order to compile anything in Ubuntu, you need a package called build-essential.
sudo apt-get install build-essential
More information about formatting options
@Fraize
It seems that your Ubuntu does not have the ability to compile programs. In order to compile anything in Ubuntu, you need a package called build-essential.
sudo apt-get install build-essential