If you have any ideas or thoughts, you can discuss them in the discussion area. Or you can try to fork this repository, modify the workflows, and then attempt to use the action for compilation by yourself. Or you can download it and compile it locally.
.
Version 7.0 is the last version that provides vcxproj files for Windows compilation projects. Subsequent versions only provide the makefile for Linux.
https://github.com/dddu809-max/FreeFileSync_7.0-easybuild----last-open-version-for-Windows
.
This project is also likely to be version v7. It clearly enables the compilation of Windows applications from the source code, and it is compatible with other platforms as well.
https://github.com/abcdec/MinFFS
.
His build approach is more professional and well-structured, making FreeFileSync easier to compile across different Linux systems.
dpkg build recipe: https://gitlab.com/bgstack15/stackrpms/-/tree/master/freefilesync?ref_type=heads
He use Open Build Service: https://build.opensuse.org/package/show/home:bgstack15/freefilesync, which pulls from that gitlab location and a custom git repository that tracks upstream releases directly.
.
Repology is a website that tracks and compares software package versions across different Linux distributions.
https://repology.org/project/freefilesync/versions
.
13.2 https://github.com/pmkees/build-FreeFileSync-on-raspberry-pi
10.25 https://github.com/Subere/build-FreeFileSync-on-raspberry-pi
10.22 https://github.com/YingchunLi2020/build-FreeFileSync-on-raspberry-pi
.
https://github.com/jeffli678/build-FreeFileSync
.
注释掉以下这些代码,就可以兼容2204
curl cpp 366 379 380 397-403
ssh2 h 191 192
yam 2204 2个
这个项目只是把 GitHub 上的包封进了 Docker 容器。我更喜欢用图形化的 Docker 环境装 FFS,自由度更高、体验更好,不用让整个界面只跑一个程序。
https://github.com/jlesage/docker-freefilesync
这个项目是相当于把 GitHub 上发布的包处理一下,上传到一个应用商店上 和源码无关