Skip to content

The very minimal development tool set for Linux

To be clear most of the time it is not enough, but this part is so common it is missed in most setup documentations.

sudo apt update &&
sudo apt upgrade -y &&
sudo apt install -y build-essential autotools-dev