%general-entities; ]> $LastChangedBy: dj $ $Date: 2006-04-15 23:04:51 -0500 (Sat, 15 Apr 2006) $ Xorg Libraries Xorg Libraries The Xorg libraries provide library routines that are used within all X Window applications. Package Information Download (HTTP): Download (FTP): Download MD5 sum: Download size: &x7libs-size; Estimated disk space required: &x7libs-buildsize; Estimated build time: &x7libs-time; Xorg Libraries Dependencies Required , , , and Optional Downloading Xorg Libraries To download the needed files using wget, use the following commands: wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/lib.wget && mkdir lib && cd lib && wget -B http://xorg.freedesktop.org/releases/individual/lib/ -i ../lib.wget Meeting Library Dependencies These 17 libraries must be built first, in the order provided, to cover the dependencies of the other library packages: xtrans-1.0.0 libXau-1.0.0 libXdmcp-1.0.0 libX11-1.0.0 libXext-1.0.0 libICE-1.0.0 libSM-1.0.0 libXt-1.0.0 libXmu-1.0.0 libXpm-3.5.4.2 libXp-1.0.0 libXfixes-3.0.1.2 libXrender-0.9.0.2 libfontenc-1.0.1 libxkbfile-1.0.2 libXprintUtil-1.0.1 libXv-1.0.1 Installation of Xorg Libraries Install the libraries by running the following commands for each of the chosen packages: ./configure $XORG_CONFIG && make Now as the root user: make install && ldconfig Configuration of Xorg Libraries If you've chosen to install Xorg into /usr, then no further configuration is necessary and you can skip the rest of this section. If you've opted for an alternate prefix, you should create two symlinks to satisfy the expected environment of several packages. Execute the following commands as the root user: ln -sv $XORG_PREFIX/lib/X11 /usr/lib/X11 && ln -sv $XORG_PREFIX/include/X11 /usr/include/X11