summaryrefslogtreecommitdiff
path: root/freefilesync/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/README.md')
-rw-r--r--freefilesync/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/freefilesync/README.md b/freefilesync/README.md
index f70dac3..bfa5384 100644
--- a/freefilesync/README.md
+++ b/freefilesync/README.md
@@ -22,14 +22,15 @@ Distro | FreeFileSync version | gtk version
-------------- | -------------------- | ----------------
CentOS 7 | 10.24 | 2
CentOS 8 | 10.24 | 2
-Fedora 32 | 11.4 | 2
-Fedora 33 | 11.4 | 2
-Fedora Rawhide | 11.4 | 2
-Devuan Ceres | 11.4 | 3
+Fedora 35 | 11.20 | 2
+Fedora 36 | 11.20 | 2
+Fedora Rawhide | 11.20 | 2
+Devuan Ceres | 11.20 | 3
## Additional info
Upstream officially still [uses gtk2](https://freefilesync.org/forum/viewtopic.php?t=7660&p=26079#p26063) but the code supports gtk3 starting around version 10.25. With version 10.25, only stdc++=20 is supported, so el7 cannot go any higher: I was unable to find g++-10 for el7.
On the rpm platforms, where gtk2 is still supported as a primary environment, I compile FreeFileSync against gtk2. On Devuan where gtk2 has been obsoleted, I compile against gtk3.
+As of version 11.20 (2022-04), you need g++-11 for `-std=c++2b`.
## CentOS compilation of freefilesync
bgstack15