aboutsummaryrefslogtreecommitdiff
path: root/docs/README.Fedora.md
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2020-06-07 15:05:20 -0700
committerLukas Rusak <lorusak@gmail.com>2020-09-18 07:26:41 -0700
commit040795730bd616c3e9d678bb95b11883245eebb3 (patch)
treeccacede6212698701d5860ea8f77834d1828941b /docs/README.Fedora.md
parent4667e6b1e711a14b8a4f86198e676f8f77363210 (diff)
docs: Update Linux readmes for C++17 requirement
Diffstat (limited to 'docs/README.Fedora.md')
-rw-r--r--docs/README.Fedora.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.Fedora.md b/docs/README.Fedora.md
index b38c49babd..a978259597 100644
--- a/docs/README.Fedora.md
+++ b/docs/README.Fedora.md
@@ -61,7 +61,7 @@ git clone https://github.com/xbmc/xbmc kodi
## 3. Install the required packages
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++14 support, i.e. gcc >= 4.9 or clang >= 3.4
+**NOTE:** Kodi requires a compiler with C++17 support, i.e. gcc >= 7 or clang >= 5
Install build dependencies:
```