The Xorg utility packages provide needed utilities, not for the Xorg installation itself, but for other applications that make use of legacy X11R6 installation methods.
Download (HTTP): http://xorg.freedesktop.org/releases/individual/util/
Download (FTP): ftp://ftp.x.org/pub/individual/util/
Download MD5 sum: http://anduin.linuxfromscratch.org/files/BLFS/xorg/md5sums
Download size: 664 KB
Estimated disk space required: 5.2 MB
Estimated build time: 0.1 SBU
pkg-config-0.20 and Xorg Protocol Headers
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Xorg7Utilities
To download the needed files using wget, use the following commands:
wget http://anduin.linuxfromscratch.org/files/BLFS/xorg/util-7.1.wget && mkdir util && cd util && wget -B http://xorg.freedesktop.org/releases/individual/util/ \ -i ../util-7.1.wget
First install the xorg-cf-files package with the following commands:
sed -i "s@/usr/X11R6@$XORG_PREFIX@" X11.tmpl && ./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config
This package does not come with a test suite.
Now as the root user:
make install
Next, install the Imake package with these commands:
./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config && make
This package does not come with a test suite.
Now as the root user:
make install
Finally, build the four remaining packages with the standard build commands:
./configure $XORG_CONFIG && make
These packages do not provide test suites.
Now as the root user:
make install
Last updated on 2007-02-13 23:58:21 -0600