Synergy-plus
From CBLFS
Jump to navigationJump to searchDownload Source: | http://synergy-plus.googlecode.com/files/synergy-plus-1.3.4.tar.gz |
---|
Contents
Introduction to Synergy-plus
SSynergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems without special hardware. It's intended for users with multiple computers on their desk since each system uses its own display.
This project is a maintenance fork created to implementing patches and bug fixes to synergy.
Project Homepage: http://code.google.com/p/synergy-plus/
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \ ./configure --prefix=/usr && make
Install the package:
make install