libxklavier-5.2.1

Introduction to libxklavier

The libxklavier package contains a utility library for X keyboard.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

libxklavier Dependencies

Required

ISO Codes-3.30, libxml2-2.7.8, pkg-config-0.26 and Xorg Libraries

Recommended

Optional

GTK-Doc-1.18

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

Installation of libxklavier

Install libxklavier by running the following commands:

./configure --prefix=/usr --disable-static &&
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 and install the API documentation.

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Library: libxklavier.so
Installed Directories: /usr/include/libxklavier and /usr/share/gtk-doc/html/libxklavier

Short Descriptions

libxklavier.so

contains XKB utility functions.

Last updated on 2012-05-01 12:35:38 +0000