How to Compile and Install from Source Code

This post covers how to compile and install a program from source code. First up, you will need to get the package build-essential. This package is a list that contains a few essential items for compiling from source, namely package development tools dpkg-dev, the g++ compiler, a few libraries and the make program. To … Continue reading