libgnomeui-2.6.1.1

Introduction to libgnomeui

The libgnomeui package contains libgnomeui libraries.

Package information

libgnomeui dependencies

Installation of libgnomeui

Install libgnomeui by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --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.

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

Contents

The libgnomeui package contains libgnomeui libraries.

Description

libgnomeui libraries

libgnomeui libraries is the GUI portion of the GNOME libraries.