Contents
$GNOME_PREFIX
/{lib/vino,share/vino}
The Vino package is a VNC server for GNOME. VNC is a protocol that allows remote display of a user's desktop.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/vino/2.28/vino-2.28.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/vino/2.28/vino-2.28.2.tar.bz2
Download MD5 sum: 7b7fcd23925efb628da2d2f12d73b485
Download size: 777 KB
Estimated disk space required: 19 MB
Estimated build time: 0.3 SBU
GConf-2.28.1, gtk+-2.24.8, libgnome-keyring-2.30.1, and libsoup-2.30.2
avahi-0.6.25, glibmm-2.24.2, GnuTLS-3.0.7, libnotify-0.4.5, libsexy-0.1.11, libunique-1.1.6, NetworkManager, and telepathy-glib-0.9.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/vino
Install Vino by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.30.2 \ --libexecdir=$(pkg-config \ --variable=prefix ORBit-2.0)/lib/vino && make
This package does not come with a test suite.
Now, as the root
user:
make install
--prefix=$(pkg-config --variable=prefix
ORBit-2.0)
: Setting the prefix using this parameter
instead of with $GNOME_PREFIX
will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--sysconfdir=/etc/gnome/2.30.2
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.30.2
instead of
$GNOME_PREFIX/etc
. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
--libexecdir=$(pkg-config
--variable=prefix ORBit-2.0)/lib/vino
: This parameter
is used so that the vino internal
support programs are installed in the preferred location of
$GNOME_PREFIX/lib/vino
instead of
$GNOME_PREFIX/libexec
.
$GNOME_PREFIX
/{lib/vino,share/vino}
Last updated on 2010-08-30 12:57:15 +0000