Difference between revisions of "Vinagre"
From CBLFS
Jump to navigationJump to searchLine 35: | Line 35: | ||
Compile the package: | Compile the package: | ||
+ | export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" && | ||
CC="gcc ${BUILD64}" USE_ARCH=64 \ | CC="gcc ${BUILD64}" USE_ARCH=64 \ | ||
− | |||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
--libexecdir=${GNOME_PREFIX}/lib/vinagre && | --libexecdir=${GNOME_PREFIX}/lib/vinagre && | ||
Line 43: | Line 43: | ||
Install the package | Install the package | ||
− | make install | + | make install && |
+ | unset PKG_CONFIG_PATH | ||
== Contents == | == Contents == |
Latest revision as of 06:19, 22 March 2009
Download Source: | http://ftp.gnome.org/pub/GNOME/sources/vinagre/2.26/vinagre-2.26.1.tar.bz2 |
---|
Contents
Introduction to Vinagre
Vinagre is a VNC Client for the GNOME Desktop.
Project Homepage: http://www.gnome.org/projects/vinagre/
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libexecdir=${GNOME_PREFIX}/lib/vinagre && make
Install the package
make install
Multilib
64Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" && CC="gcc ${BUILD64}" USE_ARCH=64 \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libexecdir=${GNOME_PREFIX}/lib/vinagre && make
Install the package
make install && unset PKG_CONFIG_PATH
Contents
Installed Directories: | /usr/share/gnome/help/vinagre, /usr/share/omf/vinagre, /usr/share/vinagre |
---|---|
Installed Programs: | vinagre |
Installed Libraries: | None |