@@ -57,33 +57,33 @@ On Debian-based (we recommend using Ubuntu {{< dataFile "versions.tested_version
...
@@ -57,33 +57,33 @@ On Debian-based (we recommend using Ubuntu {{< dataFile "versions.tested_version
sudo apt install build-essential
sudo apt install build-essential
```
```
You need to have at least **GCC {{< dataFile "versions.minimum_version.gcc" >}}** which you can check with `gcc --version` (Ubuntu {{<dataFile"versions.tested_version.ubuntu">}} has already version 11).
You need to have at least **GCC {{< dataFile "versions.minimum_version.gcc" >}}** which you can check with `gcc --version`.
<divclass='note'>
<divclass='note'>
### Install the required compiler on older Ubuntu versions
### Install the required compiler on older Ubuntu versions
If you are on an older Ubuntu version you can install a newer compiler from the `ubuntu-toolchain-r/test`-repository (with the following steps e.g. you can install GCC 10.3.0 on Ubuntu 20.04):
If you are on an older Ubuntu version than {{<dataFile"versions.tested_version.ubuntu">}} you can install a newer compiler from the `ubuntu-toolchain-r/test`-repository (with the following steps e.g. you can install GCC {{<dataFile"versions.minimum_version.gcc"1>}} on Ubuntu 20.04):