fixed links in help files.

This commit is contained in:
Nick Bolton 2014-03-11 15:32:35 +00:00
parent a788d4df18
commit f3e47f840a
4 changed files with 8 additions and 22 deletions

View File

@ -1 +1 @@
See: http://synergy-foss.org/pm/projects/synergy/wiki/Compiling Compiling: http://synergy-foss.org/wiki/Compiling

View File

@ -1,7 +1,7 @@
synergy -- mouse and keyboard sharing utility synergy -- mouse and keyboard sharing utility
Copyright (C) 2012 Bolton Software Ltd. Copyright (C) 2012-2014 Bolton Software Ltd.
Copyright (C) 2008-2012 Nick Bolton Copyright (C) 2008-2014 Nick Bolton
Copyright (C) 2002-2012 Chris Schoeneman Copyright (C) 2002-2014 Chris Schoeneman
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
Version 2, June 1991 Version 2, June 1991

View File

@ -1 +1,2 @@
See: http://synergy-foss.org/pm/projects/synergy/wiki/Setup Help: http://synergy-foss.org/help/
Wiki: http://synergy-foss.org/wiki/

19
README
View File

@ -1,17 +1,2 @@
See: http://synergy-foss.org/pm/projects/synergy/wiki/Readme Help: http://synergy-foss.org/help/
Wiki: http://synergy-foss.org/wiki/
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.