%general-entities; ]> $LastChangedBy$ $Date$ Xorg Utilities Xorg Utilities Introduction to 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 and User Notes: Downloading Xorg Utilities To download the needed files using wget, use the following commands: wget &files-anduin;/xorg/util-&xorg7-version;.wget && mkdir util && cd util && wget -B http://xorg.freedesktop.org/releases/individual/util/ \ -i ../util-&xorg7-version;.wget Installation of Xorg Utilities 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 Contents Installed Programs Installed Libraries Installed Directories ccmakedep, cleanlinks, gccmakedep, imake, lndir, makedepend, makeg, mergelib, mkdirhier, mkhtmlindex, revpath, xmkmf None The following subdirectories of $XORG_PREFIX/: bin, lib/X11/config, share/aclocal, and share/man Short Descriptions ccmakedep creates dependencies in makefiles using a C compiler. ccmakedep cleanlinks removes dangling symbolic links and empty directories. cleanlinks gccmakedep creates dependencies in makefiles using gcc -M. gccmakedep imake is a C preprocessor interface to the make utility. imake lndir creates a shadow directory of symbolic links to another directory tree. lndir makedepend creates dependencies in makefiles. makedepend makeg makes a debuggable executable. makeg mergelib merges one library into another. mergelib mkdirhier makes a directory hierarchy. mkdirhier mkhtmlindex generates index files for HTML man pages. mkhtmlindex revpath generates a relative path that can be used to undo a changedirectory. revpath xmkmf creates a Makefile from an Imakefile. xmkmf