Difference between revisions of "GDL"

From CBLFS
Jump to navigationJump to search
Line 82: Line 82:
 
|-valign="top"
 
|-valign="top"
 
! Installed Libraries:
 
! Installed Libraries:
|libgdl-1.{a,so}
+
|libgdl-1.{a,so} libgdl-gnome-1.{a,so}
 
|}
 
|}
  

Revision as of 18:59, 4 March 2007

Download Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.28/gdl-2.28.2.tar.bz2

Introduction to GDL

This GDL is the GNOME DevTools Library.

Homepage: http://www.gnome.org

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

Contents

Installed Directories: /usr/include/libgdl-1.0/gdl, /usr/share/gdl/glade
Installed Libraries: libgdl-1.{a,so} libgdl-gnome-1.{a,so}

Short Descriptions

libgdl-1: The library containing the development tools.