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.
Download (HTTP): http://xorg.freedesktop.org/releases/individual/proto/
Download (FTP): ftp://ftp.x.org/pub/individual/proto/
Download MD5 sum: http://anduin.linuxfromscratch.org/files/BLFS/xorg/md5sums
Download size: 1.5 MB
Estimated disk space required: 4.0 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Xorg7ProtocolHeaders
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
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
Last updated on 2007-02-06 12:58:37 -0600