A recommended practice is to use a shadow directory of symbolic links to do the build of XFree86. This permits to keep the source directory unmodified during the build, which has the following benefits:
host.def
in each build
tree and by customizing it separately in each build tree.To make a shadow directory of symbolic links, use the following steps:
xc
directory, but this is
not mandatory.
cd the directory containing the xcdirectory
mkdir build
lndir
command to make the shadow tree:
lndir ../xc
Note that you can refer to the xc
directory with an absolute
path if needed.
See the lndir(1) manual page for details.
lndir
is not already installed on your system, you can
build it manually from the XFree86 sources by running the following
commands:
cd xc/config/util
make -f Makefile.ini lndir
cp lndir some directory in your PATH