Difference between revisions of "Vinagre"
From CBLFS
Jump to navigationJump to search (→Required) |
|||
Line 30: | Line 30: | ||
== Multilib == | == Multilib == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== 64Bit === | === 64Bit === | ||
Line 56: | Line 35: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD64}" USE_ARCH=64 \ | |
+ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
+ | ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
+ | --libexecdir=${GNOME_PREFIX}/lib/vinagre && | ||
+ | make | ||
Install the package | Install the package |
Revision as of 06:05, 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:
CC="gcc ${BUILD64}" USE_ARCH=64 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libexecdir=${GNOME_PREFIX}/lib/vinagre && make
Install the package
make install
Contents
Installed Directories: | /usr/share/gnome/help/vinagre, /usr/share/omf/vinagre, /usr/share/vinagre |
---|---|
Installed Programs: | vinagre |
Installed Libraries: | None |