readme: add build-essential to Ubuntu build dependencies

otherwise only gcc will be available on a fresh Ubuntu
install (tested with 20.04), but g++ is missing.
This installs both.
This commit is contained in:
Andre Puschmann 2021-02-02 21:53:56 +01:00
parent aaa789f530
commit 5e915039e9
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Build Instructions
For example, on Ubuntu, one can install the mandatory build dependencies with:
```
sudo apt-get install cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev
sudo apt-get install build-essential cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev
```
or on Fedora:
```