Gtk+-Extras

From CBLFS
Revision as of 13:10, 26 January 2007 by Jciccone (talk | contribs)
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/scigraphica/gtk%2Bextra-2.1.1.tar.gz

Introduction to Gtk+-Extras

GtkExtra is a set of widgets for creating GUI's for the X Windows system using GTK+. It complements the widget set provided by a Gtk2 installation.

Package Homepage: http://gtkextra.sourceforge.net

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" USE_ARCH=n32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install &&
install -v -m755 -d /usr/share/doc/gtk+extra-2.1.1/{reference,tutorial} &&
cp -v docs/reference/*.html /usr/share/doc/gtk+extra-2.1.1/reference &&
cp -v docs/tutorial/*.html /usr/share/doc/gtk+extra-2.1.1/tutorial &&
cp -v docs/tutorial/gtksheet/*.html /usr/share/doc/gtk+extra-2.1.1/tutorial

Contents

Installed Directories:
Installed Programs:
Installed Libraries:

Short Descriptions