Open-source KVM software
Go to file
BostonVaulter 5edc07355b Updated example mac plist
Made them more clear and added some comments to help with the
configuration
2010-09-05 21:07:03 +00:00
build Fix hm command to open project in XCode. Task #2717. 2010-09-05 06:57:24 +00:00
cmake Merge 1.3.6 671:672 into 1.4.2 and trunk 2010-06-23 21:42:08 +00:00
cmd Fixed issue 154 2010-06-20 17:38:51 +00:00
doc Updated example mac plist 2010-09-05 21:07:03 +00:00
gui Fixed issue 154 2010-06-20 17:38:51 +00:00
lib Merging 1.4.2 r678 into trunk 2010-06-25 18:16:07 +00:00
.gitignore Updated .gitignore based on svn ignore rules 2010-06-01 18:49:51 +00:00
.lvimrc Added instructions for localvimrc 2010-05-23 20:31:47 +00:00
CMakeLists.txt Fix debug mode compilation on non-Windows platforms, GC-405 and Task #2718. 2010-09-05 06:49:32 +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 Merge 1.3.6 r665:666 into 1.4.2 and trunk 2010-06-22 19:49:14 +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.