%general-entities; ]> $LastChangedBy: dj $ $Date: 2006-04-15 23:04:51 -0500 (Sat, 15 Apr 2006) $ Xorg Utilities Xorg Utilities 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. Package Information Download (HTTP): Download (FTP): Download MD5 sum: Download size: &x7utils-size; Estimated disk space required: &x7utils-buildsize; Estimated build time: &x7utils-time; Xorg Utilities Dependencies Required Downloading Xorg Utilities To download the needed files using wget, use the following commands: wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/util.wget && mkdir util && cd util && wget -B http://xorg.freedesktop.org/releases/individual/util/ -i ../util.wget Installation of Xorg Utilities First install the xorg-cf-files package with the following commands: sed -i "s@/usr/X11R6@$XORG_PREFIX@" site.def && sed -i "s@/usr/X11R6@$XORG_PREFIX@" X11.tmpl && ./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config 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 Now as the root user: make install Finally, build the three remaining packages with the standard build commands: ./configure $XORG_CONFIG && make Now as the root user: make install