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.
This package is known to build and work properly using an LFS-7.0 platform.
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/svn/xorg/proto-7.6-2.md5
Download size: 3.0 MB
Estimated disk space required: 8.4 MB
Estimated build time: 0.5 SBU
Required download list: http://anduin.linuxfromscratch.org/files/BLFS/svn/xorg/proto-7.6-2.wget
FOP-1.0 and xmlto-0.0.23 (to build additional documentation)
There is a reciprocal dependency with FOP-1.0. If you wish to build the documentation, you'll need to re-install the Protocol Headers after the installation is complete and FOP-1.0 has been installed.
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.6-2.wget | wget -i- -c \ -B http://xorg.freedesktop.org/releases/individual/proto/ && md5sum -c ../proto-7.6-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 2011-12-06 19:16:56 +0000