Open-source KVM software
Go to file
Nick Bolton f4d937532e normalised line endings - replaced \r\n with \n 2011-01-15 02:20:14 +00:00
build normalised line endings - replaced \r\n with \n 2011-01-15 02:20:14 +00:00
cmake normalised line endings - replaced \r\n with \n 2011-01-15 02:20:14 +00:00
cmd normalised line endings - replaced \r\n with \n 2011-01-15 02:20:14 +00:00
doc Updated example mac plist 2010-09-05 21:07:03 +00:00
gui normalised line endings - replaced \r\n with \n 2011-01-15 02:20:14 +00:00
lib normalised line endings - replaced \r\n with \n 2011-01-15 02:20:14 +00:00
.gitignore Update gitignore for doxygen 2010-09-05 23:36:24 +00:00
.lvimrc Added instructions for localvimrc 2010-05-23 20:31:47 +00:00
CMakeLists.txt normalised line endings - replaced \r\n with \n 2011-01-15 02:20:14 +00:00
COMPILE normalised line endings - replaced \r\n with \n 2011-01-15 02:20:14 +00:00
COPYING Initial commit of the synergy trunk sources from sf.net 2009-02-27 11:54:59 +00:00
ChangeLog Changes from mercurial repository. 2009-10-21 16:25:08 +00:00
INSTALL Changes from mercurial repository. 2009-10-21 16:25:08 +00:00
README normalised line endings - replaced \r\n with \n 2011-01-15 02:20:14 +00:00
hm.cmd Added a hammer command for buildbot. 2009-11-02 21:17:45 +00:00
hm.py Modified ftp upload behaviour 2010-09-10 14:14:52 +00:00
hm.sh Made hm.sh executable 2010-06-13 00:12:20 +00:00

README

See: http://code.google.com/p/synergy-plus/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://code.google.com/p/synergy-plus/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.