Open-source KVM software
Go to file
Nick Bolton f974d8d680 Some work toward Issue 27 and Issue 319 2010-05-31 21:30:29 +00:00
build Fixed cmake auto download, and copied updated build tools into 1.3.5 release branch 2010-04-22 22:16:23 +00:00
cmake Some work toward Issue 27 and Issue 319 2010-05-31 21:30:29 +00:00
cmd Some work toward Issue 27 and Issue 319 2010-05-31 21:30:29 +00:00
conf Fixing accidental move (conf needs to be in trunk) 2010-04-10 12:22:58 +00:00
gui Some work toward Issue 27 and Issue 319 2010-05-31 21:30:29 +00:00
lib Some work toward Issue 27 and Issue 319 2010-05-31 21:30:29 +00:00
.gitignore Added more excludes to .gitignore 2010-05-23 21:15:01 +00:00
.lvimrc Added instructions for localvimrc 2010-05-23 20:31:47 +00:00
CMakeLists.txt Some work toward Issue 27 and Issue 319 2010-05-31 21:30:29 +00:00
COMPILE Imported cmake and hm from mercurial. 2009-10-26 07:54:37 +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 Changes from mercurial repository. 2009-10-21 16:25:08 +00:00
hm.cmd Added a hammer command for buildbot. 2009-11-02 21:17:45 +00:00
hm.py Fixed issue 476 2010-05-31 11:39:28 +00:00
hm.sh Imported cmake and hm from mercurial. 2009-10-26 07:54:37 +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.