libgnomeui-2.2.2

Introduction to libgnomeui

The libgnomeui package contains libgnomeui libraries.

Package information

Installation of libgnomeui

Install libgnomeui by running the following commands:

./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
--disable-gtk-doc &&
make &&
make install

Command explanations

--libexecdir=$GNOME_PREFIX/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.