Add a note about older Ubuntu LTS and CMake.

This commit is contained in:
Pete Johanson 2020-06-10 11:23:42 -04:00
parent 20545ea4fa
commit 8527102bb9
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ sudo apt install -y \
xz-utils
```
:::note
Ubuntu 18.04 LTS release packages a version of CMake that is too old. Please upgrade to Ubuntu 20.04 LTS
or download and install CMake version 3.13.1 or newer manually.
:::
### Fedora
TODO