Install ALL compiler dependencies
Source: /docs/images/viewtopic.php?id=48
Update Package List First
sudo apt update
Install Build Essentials
This installs gcc, g++, make, and other standard compiler tools.
sudo apt install build-essential
Install Common Companion Tools
These are frequently needed when compiling software from source (e.g. from GitHub).
sudo apt install git cmake automake autoconf checkinstall