libgnome-2.6.1.1

Introduction to libgnome

The libgnome package contains the libgnome library.

Package information

libgnome dependencies

Optional

EsounD-0.2.34 and GTK-Doc-1.2

Installation of libgnome

Install libgnome by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --sysconfdir=/etc/gnome --disable-gtk-doc &&
make &&
make install

Command explanations

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

--disable-gtk-doc: This switch prevents the rebuilding of documentation during the make command.

Contents

The libgnome package contains libgnome libraries.

Description

libgnome libraries

libgnome libraries are the non-GUI portion of the GNOME libraries.