The Xorg data packages provide static data such as images and keymaps to the Xorg applications.
Download (HTTP): http://xorg.freedesktop.org/releases/individual/data/
Download (FTP): ftp://ftp.x.org/pub/individual/data/
Download MD5 sum: http://anduin.linuxfromscratch.org/files/BLFS/xorg/md5sums
Download size: 2.5 MB
Estimated disk space required: 19.5 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Xorg7Data
To download the needed files using wget, use the following commands:
wget http://anduin.linuxfromscratch.org/files/BLFS/xorg/data-7.1.wget && mkdir data && cd data && wget -B http://xorg.freedesktop.org/releases/individual/data/ \ -i ../data-7.1.wget
Compile the selected packages with the following commands:
./configure $XORG_CONFIG && make
These packages do not provide test suites.
Install the packages as the root user:
make install
Last updated on 2007-02-06 18:05:12 -0600