Open-source KVM software
Go to file
Nick Bolton 1c89fd2ef6 reverted patch for #242 (right shift broken for ms remote desktop) to fix bug #2799 (right shift broken for osx). 2012-07-25 00:06:27 +00:00
doc moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
res * fixed version detection (we were using \d not \d+) 2012-07-15 21:16:03 +00:00
src reverted patch for #242 (right shift broken for ms remote desktop) to fix bug #2799 (right shift broken for osx). 2012-07-25 00:06:27 +00:00
tools patch: allowed toolchain to build for aix (thanks to Jim Hague) 2012-07-20 15:09:45 +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 patch: for "old" unix, fixed compile problems (missing xi2 stuff), and refactored header tests (thanks to Jim Hague) 2012-07-20 15:14:19 +00:00
COMPILE moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
COPYING moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
ChangeLog updated changelog for 1.4.9 2012-07-15 12:23:54 +00:00
INSTALL moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
README moving 1.4 to trunk 2012-06-10 16:50:54 +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 added sign command. 2012-06-30 12:37:50 +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.