summaryrefslogtreecommitdiff
path: root/freefilesync/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-08 21:33:20 -0500
committerB Stack <bgstack15@gmail.com>2020-12-08 21:33:20 -0500
commit2e2710caba17c532dc7e64d15238ad9cfe183ed3 (patch)
treea5ad6d0ca55c3915d2ae29e65c6b1cffbf9d57fd /freefilesync/README.md
parentffs dpkg 11.4, WIP ffs rpm (diff)
downloadstackrpms-2e2710caba17c532dc7e64d15238ad9cfe183ed3.tar.gz
stackrpms-2e2710caba17c532dc7e64d15238ad9cfe183ed3.tar.bz2
stackrpms-2e2710caba17c532dc7e64d15238ad9cfe183ed3.zip
ffs rpm 11.4
Diffstat (limited to 'freefilesync/README.md')
-rw-r--r--freefilesync/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/freefilesync/README.md b/freefilesync/README.md
index 4075b91..250a061 100644
--- a/freefilesync/README.md
+++ b/freefilesync/README.md
@@ -19,16 +19,15 @@ Distro | FreeFileSync version | gtk version
-------------- | -------------------- | ----------------
CentOS 7 | 10.24 | 2
CentOS 8 | 10.24 | 2
-Fedora 32 | 11.3 | 2
-Fedora 33 | 11.3 | 2
-Fedora Rawhide | 11.3 | 2
-Devuan Ceres | 11.3 | 3
+Fedora 32 | 11.4 | 2
+Fedora 33 | 11.4 | 2
+Fedora Rawhide | 11.4 | 2
+Devuan Ceres | 11.4 | 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.
-
## CentOS compilation of freefilesync
### Dependencies to build FreeFileSync on CentOS 7
bgstack15