summaryrefslogtreecommitdiff
path: root/freefilesync/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/README.md')
-rw-r--r--freefilesync/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/freefilesync/README.md b/freefilesync/README.md
index 3fb5c4e..fadf681 100644
--- a/freefilesync/README.md
+++ b/freefilesync/README.md
@@ -23,15 +23,17 @@ Distro | FreeFileSync version | gtk version
CentOS 7 | 10.24 | 2
CentOS 8 | 10.24 | 2
Fedora 35 | 11.23 | 2
-Fedora 36 | 11.23 | 2
-Fedora Rawhide | 11.23 | 2
-Devuan Ceres | 11.23 | 3
+Fedora 36 | 11.25 | 2
+Fedora Rawhide | 11.25 | 2
+Devuan Ceres | 11.28 | 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`.
+As of version 11.28, I am really only maintaining the dpkg. The rpm is not getting updated, built, tested, or used.
+
## CentOS compilation of freefilesync
### Dependencies to build FreeFileSync on CentOS 7
bgstack15