Difference between revisions of "QuickSynergy"
From CBLFS
Jump to navigationJump to search (New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://downloads.sourceforge.net/synergy2/synergy-{{Synergy2-Version}}.tar.gz |} ---- {{Package-Introductio...) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://downloads.sourceforge.net/ | + | | http://downloads.sourceforge.net/quicksynergy/quicksynergy-{{QuickSynergy-Version}}.tar.gz |
|} | |} | ||
Revision as of 09:31, 20 September 2008
Download Source: | http://downloads.sourceforge.net/quicksynergy/quicksynergy-0.9.0.tar.gz |
---|
Contents
Introduction to QuickSynergy
QuickSynergy is a graphical interface (GUI) for easily configuring Synergy2, an application that allows the user to share his mouse and keyboard between two or more computers.
Project Homepage: http://quicksynergy.sourceforge.net/
Dependencies
Required
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:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} USE_ARCH=32 \ ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} USE_ARCH=n32 \ ./configure --prefix=/usr && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} USE_ARCH=64 \ ./configure --prefix=/usr && make
Install the package:
make install