Open-source KVM software
Go to file
Nick Bolton 4378e520f0 fixed: on windows xp daemon deadlocks and synergys crashes on startup. also fixed uninitialized ipc program args value (always turning ipc on). moved the event queue further up the stack for (client, server and daemon) so that it's always available (not just in the main loop). 2012-07-14 00:15:07 +00:00
doc moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
res added exe to uninstall 2012-07-06 16:53:37 +00:00
src fixed: on windows xp daemon deadlocks and synergys crashes on startup. also fixed uninitialized ipc program args value (always turning ipc on). moved the event queue further up the stack for (client, server and daemon) so that it's always available (not just in the main loop). 2012-07-14 00:15:07 +00:00
tools added retry to installer for synrgyhk.dll file delete problem, seems to help. 2012-07-05 21:26:41 +00:00
.gitignore moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
.lvimrc moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
CMakeLists.txt moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
COMPILE moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
COPYING moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
ChangeLog moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
INSTALL moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
README moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
configure moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
hm.cmd moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
hm.py added sign command. 2012-06-30 12:37:50 +00:00
hm.sh moving 1.4 to trunk 2012-06-10 16:50:54 +00:00

README

See: http://synergy-foss.org/pm/projects/synergy/wiki/Readme

Announcement | 2009-08-04
=========================
We have recently switched to CMake, to replace Automake.
Plese read the Compiling wiki page for help with CMake:
http://synergy-foss.org/pm/projects/synergy/wiki/Compiling

Linux/Mac
---------
Instead of using the traditional GNU style `./configure; make`
commands, you will now need to use CMake.

Windows
-------
Instead of using the VS2005 and VS2008 directories, you now need
to generate the Visual Studio project files using CMake.