Open-source KVM software
Go to file
Nick Bolton b54082a568 ignored synwinxt.dll when it already exists, seems to be extremely difficult to replace dll's loaded into explorer (restarting explorer from nsis didnt work). 2014-01-28 15:59:10 +00:00
doc moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
res ignored synwinxt.dll when it already exists, seems to be extremely difficult to replace dll's loaded into explorer (restarting explorer from nsis didnt work). 2014-01-28 15:59:10 +00:00
src added applications shortcut to dmg, prevented synergy from opening in /Volumes/, attempted fix for os x 10.8 would show assistive devices warning even if enabled. 2014-01-28 11:33:54 +00:00
tools added applications shortcut to dmg, prevented synergy from opening in /Volumes/, attempted fix for os x 10.8 would show assistive devices warning even if enabled. 2014-01-28 11:33:54 +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 possible fix for mavericks 2014-01-24 17:53:03 +00:00
COMPILE moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
COPYING corrected license and author attribution (cs 2002-2012, nb 2008-2012) 2012-09-04 02:09:56 +00:00
ChangeLog ChangeLog for 1.4.15 2013-10-23 10:27:55 +00:00
INSTALL moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
README Mailing list test 2 2013-06-29 22:21:12 +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 - renamed synrgyhk.dll to synwinhk.dll and moved lib code to separate folder. 2013-08-02 13:21:06 +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.