Contents
$XORG_PREFIX
/: include/X11,
include/GL, and lib/pkgconfig
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/6.3/xorg/proto-7.2.md5
Download size: 1.4 MB
Estimated disk space required: 4.0 MB
Estimated build time: 0.2 SBU
Required download list: http://anduin.linuxfromscratch.org/files/BLFS/6.3/xorg/proto-7.2.wget
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Xorg7ProtocolHeaders
To download the needed files using wget, use the following commands:
mkdir proto && cd proto && grep -v '^#' ../proto-7.2.wget | wget -i- -c \ -B http://xorg.freedesktop.org/releases/individual/proto/ && md5sum -c ../proto-7.2.md5
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
$XORG_PREFIX
/: include/X11,
include/GL, and lib/pkgconfig
Last updated on 2007-07-21 11:50:32 -0500