Synergy2

From CBLFS
Revision as of 10:13, 20 September 2008 by Jciccone (talk | contribs) (New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://downloads.sourceforge.net/synergy2/synergy-{{Synergy2-Version}}.tar.gz |} ---- {{Package-Introducti...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/synergy2/synergy-1.3.1.tar.gz

Introduction to Synergy2

ynergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It's intended for users with multiple computers on their desk since each system uses its own monitor(s).

Project Homepage: http://synergy2.sourceforge.net/

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

64Bit

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install