summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-10 11:23:42 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-10 11:23:42 -0400
commit8527102bb9dcff33574de91bcdcf32b2aabddacc (patch)
treeac7fe46223d743e6d3b52de26db0f719be10f978 /docs
parent20545ea4fa34e2b1831d11ef99311c4a2b28fc70 (diff)
Add a note about older Ubuntu LTS and CMake.
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/dev-setup.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md
index 4fa01a8..b6edc4f 100644
--- a/docs/docs/dev-setup.md
+++ b/docs/docs/dev-setup.md
@@ -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