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 qt4 Build requirements: cmake python Canonical homepage: https://github.com/symless/synergy/wiki/Developer-FAQ Canonical download: https://github.com/symless/synergy/archive/v1.8.3-stable.tar.gz ------------------------------------------- Build instructions: unpack synergy-1.8.3-X-src.tar.bz2 if you use setup to install this src package, it will be unpacked under /usr/src automatically See https://github.com/symless/synergy/wiki/Compiling QT_SELECT is not useable, before configuring, add a link qmake to /bin/qmake-qt4 in your PATH ------------------------------------------- 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 ├── icons │   └── synergy.ico └── man └── man1 ├── synergyc.1 └── synergys.1 ------------------ Port Notes: See included patch Install with: cd /usr/src/synergy-1.8.3 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 ----- 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/