liboil-0.3.16

Introduction to liboil

Liboil is a library of simple functions that are optimized for various CPUs.

Package Information

liboil Dependencies

Optional

GLib-2.22.0 and GTK-Doc-1.11

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

Installation of liboil

Install liboil by running the following commands:

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

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild the API documentation.

Contents

Installed Program: oil-bugreport
Installed Library: liboil-0.3{so,a}
Installed Directories: /usr/include/liboil-0.3/liboil and /usr/share/gtk-doc/html/liboil

Short Descriptions

oil-bugreport

prints out API function stats.

liboil-0.3.{so,a}

contains the liboil API functions.

Last updated on 2009-07-26 06:17:47 +0000