aboutsummaryrefslogtreecommitdiff
path: root/docs/README.Ubuntu.md
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2020-10-03 11:36:53 -0700
committerLukas Rusak <lorusak@gmail.com>2020-10-03 11:36:53 -0700
commitbd6818f1975ef4665d2319b482460f64aa4ae277 (patch)
tree291667f6207b6388f8d989e25266d6039b63cecb /docs/README.Ubuntu.md
parent7138a8a079a247358607fe4ea0c2c8aab50f738a (diff)
Revert "Merge pull request #18403 from lrusak/cpp17"
This reverts commit 642d8e154a00a2d58cbc5c243d2f2e5cdecda46b, reversing changes made to e29db7f3918460193c89c486e34e26d0d3ffe6b8.
Diffstat (limited to 'docs/README.Ubuntu.md')
-rw-r--r--docs/README.Ubuntu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.Ubuntu.md b/docs/README.Ubuntu.md
index 3de2cacaa5..bd41189b69 100644
--- a/docs/README.Ubuntu.md
+++ b/docs/README.Ubuntu.md
@@ -112,7 +112,7 @@ sudo apt install distcc
### 3.2. Get build dependencies manually
If you get a `package not found` type of message with the below command, remove the offending package(s) from the install list and reissue the command. Take a note of the missing dependencies and, after a successful step completion, **[build the missing dependencies manually](README.Linux.md#31-build-missing-dependencies)**.
-**NOTE:** Kodi requires a compiler with C++17 support, i.e. gcc >= 7 or clang >= 5
+**NOTE:** Kodi requires a compiler with C++14 support, i.e. gcc >= 4.9 or clang >= 3.4
Install build dependencies manually:
```