Skip to content
Snippets Groups Projects
Unverified Commit d6e076f9 authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

[web] Added Ubuntu gcc install instructions.

parent e33400e1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment