Xorg Protocol Headers

Introduction to Xorg Protocol Headers

The Xorg protocol headers provide the header files required to build the system, and to allow other applications to build against the installed X Window system.

Package Information

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

Downloading Xorg Protocol Headers

To download the needed files using wget, use the following commands:

wget http://anduin.linuxfromscratch.org/files/BLFS/xorg/proto-7.1.wget &&
mkdir proto &&
cd proto &&
wget -B http://xorg.freedesktop.org/releases/individual/proto/ \
     -i ../proto-7.1.wget

Installation of Xorg Protocol Headers

Install the Xorg protocol headers by running the following commands for each package to be installed.

./configure $XORG_CONFIG

These packages do not provide test suites.

Now as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: The following subdirectories of $XORG_PREFIX/: include/X11, include/GL, and lib/pkgconfig

Last updated on 2007-02-06 12:58:37 -0600