- make
- gcc
- g++
To install those two, you can run
apt-get update && apt-get install make gcc g++
.
If root privileges are required,
sudo apt-get update && sudo apt-get install make gcc g++
.
(Alternatively, you can install the package build-essential
)