libxklavier-3.2

Introduction to libxklavier

The libxklavier package contains a utility library for X keyboard.

Package Information

libxklavier Dependencies

Required

GLib-2.12.12, X Window System, and libxml2-2.6.31

Optional

GTK-Doc-1.8

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

Installation of libxklavier

Install libxklavier by running the following commands:

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

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--with-xkb-base=$XORG_PREFIX/share/X11/xkb: Use this parameter if the $XORG_PREFIX is anything other than /usr.

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

Contents

Installed Programs: None
Installed Library: libxklavier.{so,a}
Installed Directories: /usr/include/libxklavier, /usr/share/gtk-doc/html/libxklavier and /usr/share/libxklavier

Short Descriptions

libxklavier.{so,a}

contains XKB utility functions.

Last updated on 2008-05-07 00:07:59 -0500