Open-source KVM software
Go to file
Nick Bolton 249e1c3de2 moved .msi to original installer output location 2014-03-07 23:09:13 +00:00
doc support for qt 5.2 2014-02-14 16:21:02 +00:00
ext moved .msi to original installer output location 2014-03-07 23:09:13 +00:00
res changed installer from nsis to wix - attempting to fix "synwinxt.dll in use" error on upgrade. 2014-03-07 19:41:08 +00:00
src changed installer from nsis to wix - attempting to fix "synwinxt.dll in use" error on upgrade. 2014-03-07 19:41:08 +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 used glob instead of manually specifying files. cmake does not recommend this, but we always re-run cmake anyway after adding files since we use vs. 2014-02-26 17:46:02 +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 updated changelog. 2014-02-18 13:12:25 +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 moved tools to ext - makes more sense, as it contains external libs, not tools 2014-02-26 16:52:54 +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.