diff --git a/web/content/docs/devguide/getting-started/prerequisites.pandoc b/web/content/docs/devguide/getting-started/prerequisites.pandoc index c7babee22ebdac4422a7a60c545378b23f7f3e6e..e7ee87b1804dd183ff9d4918c9d526b8475bd720 100644 --- a/web/content/docs/devguide/getting-started/prerequisites.pandoc +++ b/web/content/docs/devguide/getting-started/prerequisites.pandoc @@ -31,7 +31,13 @@ As we use lots of features of the C++17-standard we support **Visual Studio {{< ::: ::: {.linux} -If you have a recent linux distribution you should also have a recent gcc. Please check that you have at least **gcc {{< dataFile "versions.minimum_version.gcc" >}}**: +On Debian-based (e.g. Ubuntu) you need to install the `build-essential`-package (which contains the `gcc`-compiler and the `make`-tool): + +```bash +$ sudo apt install build-essential +``` + +You need to have at least **gcc {{< dataFile "versions.minimum_version.gcc" >}}**: ```bash $ gcc --version