libXau-1.0.3

Introduction to libXau

The libXau package contains a library implementing the X11 Authorization Protocol. This is useful for restricting client access to the display.

Package Information

libXau Dependencies

Required

Xorg Protocol Headers

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

Installation of libXau

Install libXau by running the following commands:

./configure $XORG_CONFIG &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Library: libXau.{so,a}
Installed Directories: None

Short Descriptions

libXau.{so,a}

is the library of X authority database routines.

Last updated on 2007-07-09 23:30:55 -0500