GAL-0.24

Introduction to GAL

The GAL package contains library functions that came from Gnumeric and Evolution. GAL is short for GNOME Application Libs.

Package Information

GAL Dependencies

Required

GNOME Print-0.37 and libglade-0.17

Optional

GNOME Virtual File System-1.0.5 and GTK-Doc-1.6

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gal1

Installation of GAL

Install GAL by running the following commands:

./configure --prefix=/opt/gnome-1.4 &&
make

If you have GTK-Doc installed and wish to build the HTML documentation, issue the following commands:

cd docs &&
make templates &&
make sgml &&
make html &&
cd ..

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=/opt/gnome-1.4: Installs GAL in the GNOME 1.4 directory structure.

Contents

Installed Programs: None
Installed Libraries: libgal.{so,a}
Installed Directories: /opt/gnome-1.4/include/gal-1.0, /opt/gnome-1.4/share/etable and /opt/gnome-1.4/share/gal

Last updated on 2006-06-21 11:26:07 -0500