Vinagre: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
Line 30: Line 30:


== Multilib ==
== Multilib ==
'''''This package does not provide any libraries so only one installation is needed.'''''
=== 32Bit ===
Compile the package:
To do ...
Install the package
make install
=== N32 ===
Compile the package:
To do ...
Install the package
make install


=== 64Bit ===
=== 64Bit ===
Line 56: Line 35:
Compile the package:
Compile the package:


  To do ...
  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 14:05, 22 March 2009

Download Source: http://ftp.gnome.org/pub/GNOME/sources/vinagre/2.26/vinagre-2.26.1.tar.bz2

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