diff options
Diffstat (limited to 'docs/README.Ubuntu.md')
-rw-r--r-- | docs/README.Ubuntu.md | 2 |
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: ``` |