Open-source KVM software
Go to file
Nick Bolton 8285d95ba4 changed --disable-xinitthreads to --no-xinitthreads and added the arg to --help. also fixed the --help (added missing info about --yscroll, and other stuff) 2011-01-17 20:56:04 +00:00
build added default target fix non-vs, and fixed indent in CMakeLists.txt 2011-01-16 20:06:12 +00:00
cmake changed one last synergy+ reference 2011-01-15 04:36:13 +00:00
cmd changed synergy+ references back to synergy (trunk) 2011-01-15 04:01:31 +00:00
doc updated some copyright stuff 2011-01-15 04:52:17 +00:00
gui updated some copyright stuff 2011-01-15 04:52:17 +00:00
lib changed --disable-xinitthreads to --no-xinitthreads and added the arg to --help. also fixed the --help (added missing info about --yscroll, and other stuff) 2011-01-17 20:56:04 +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 added default target fix non-vs, and fixed indent in CMakeLists.txt 2011-01-16 20:06:12 +00:00
COMPILE changed synergy+ references back to synergy (trunk) 2011-01-15 04:01:31 +00:00
COPYING Initial commit of the synergy trunk sources from sf.net 2009-02-27 11:54:59 +00:00
ChangeLog changed synergy+ references back to synergy (trunk) 2011-01-15 04:01:31 +00:00
INSTALL changed synergy+ references back to synergy (trunk) 2011-01-15 04:01:31 +00:00
README changed synergy+ references back to synergy (trunk) 2011-01-15 04:01:31 +00:00
hm.cmd Added a hammer command for buildbot. 2009-11-02 21:17:45 +00:00
hm.py added doxygen and manpage stuff to 1.3 and 1.4 2011-01-16 19:06:04 +00:00
hm.sh Made hm.sh executable 2010-06-13 00:12:20 +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.