As you may or may not know, Ubuntu doesn’t include a build environment by default. What this means is that in order to compile program from source, you’ll need to get the build environment on your own. This is simple enough though, as outlined below:
sudo apt-get install build-essential checkinstall
This will install 2 things, the build [...]