OAF-0.6.10

Introduction to OAF

The OAF package contains the Object Activation Framework for GNOME.

Package Information

OAF Dependencies

Required

ORBit-0.5.17, libxml-1.8.17 and popt-1.7-5

Optional

GTK-Doc-1.3

Installation of OAF

Install OAF by running the following commands:

ldconfig &&
./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &&
make

Now, as the root user:

make install &&
install -v -m755 -d /opt/gnome-1.4/share/gtk-doc/html/oaf-0.6.10 \
                    /opt/gnome-1.4/share/doc/oaf-0.6.10 &&
install -v -m644 api-docs/html/* \
    /opt/gnome-1.4/share/gtk-doc/html/oaf-0.6.10 &&
install -v -m644 docs/{INTERNALS,*.txt} \
    /opt/gnome-1.4/share/doc/oaf-0.6.10

To test the results, issue: make check as an unprivileged user (the package must be installed before running the tests, else many tests fail).

Contents

Installed Programs: oaf-client, oaf-config, oaf-empty-server, oaf-run-query, oaf-slay, oaf-sysconf and oafd
Installed Libraries: liboaf.so
Installed Directories: /opt/gnome-1.4/etc/oaf, /opt/gnome-1.4/include/liboaf, /opt/gnome-1.4/share/doc/oaf-0.6.10 and /opt/gnome-1.4/share/gtk-doc/html/oaf-0.6.10

Last updated on 2005-08-01 13:29:19 -0600