Synergy ------------------------------------------- Synergy lets you easily share your mouse and keyboard between multiple computers on your desk, and it’s Free and Open Source. Runtime requirements: cygwin qt5 Build requirements: cmake python2 Canonical homepage: https://github.com/symless/synergy-core/wiki Canonical download: https://github.com/symless/synergy-core/archive/refs/tags/v1.8.8-stable.tar.gz ------------------------------------------- Build instructions: unpack synergy-1.8.8-X-src.tar.bz2 if you use setup to install this src package, it will be unpacked under /usr/src automatically You must link qmake to /bin/qmake-qt5 in your PATH ./hm.sh setup -g 1 ./hm.sh conf ./hm.sh build ------------------------------------------- Files included in the binary package: /usr ├── bin │   ├── synergy.exe │   ├── synergyc.exe │   ├── synergyd.exe │   ├── synergys.exe │   └── syntool.exe └── share ├── applications │   └── synergy.desktop ├── doc │   └── synergy │   ├── synergy.conf.example │   ├── synergy.conf.example-advanced │   ├── synergy.conf.example-basic │   └── synergy-1.8.8.README ├── icons │   └── synergy.ico └── man └── man1 ├── synergyc.1 └── synergys.1 ------------------ Port Notes: See included patch file Install with: cd /usr/src/synergy-1.8.8 DESTDIR=/tmp/synergy mkdir -p ${DESTDIR}/usr/share/applications mkdir -p ${DESTDIR}/usr/share/icons mkdir -p ${DESTDIR}/usr/bin mkdir -p ${DESTDIR}/usr/share/man/man1 mkdir -p ${DESTDIR}/usr/share/doc/synergy source=. cp $source/bin/synergy ${DESTDIR}/usr/bin cp $source/bin/synergyc ${DESTDIR}/usr/bin cp $source/bin/synergys ${DESTDIR}/usr/bin cp $source/bin/synergyd ${DESTDIR}/usr/bin cp $source/bin/syntool ${DESTDIR}/usr/bin cp $source/res/synergy.desktop ${DESTDIR}/usr/share/applications cp $source/res/synergy.ico ${DESTDIR}/usr/share/icons cp $source/doc/synergyc.man ${DESTDIR}/usr/share/man/man1/synergyc.1 cp $source/doc/synergys.man ${DESTDIR}/usr/share/man/man1/synergys.1 cp $source/doc/*example* ${DESTDIR}/usr/share/doc/synergy cp $source/CYGWIN-PATCHES/synergy-*.README ${DESTDIR}/usr/share/doc/synergy ----- version 1.8.8-EL-1 ----- Github 1.8.8 version. Now compile with QT5 instead of QT4 It seems that from 1.9.0 upward a full 'free' version of the gui is not possible to use without a symless licence When starting synergy gui you have to "fight" with the licence dialog to get rid of it ! ----- version 1.8.3-EL-1 ----- Upstream 1.8.3 ----- version 1.7.5-EL-1 ----- Initial release for Cygwin64 Cygwin port maintained by: Eric LASSAUGE http://lassauge.free.fr/cygwin/