=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/README,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** xenocara/README 2006/12/02 16:28:48 1.4 --- xenocara/README 2006/12/12 21:07:25 1.5 *************** *** 55,60 **** --- 55,72 ---- empty). The Xenocara Makefiles take care of that using the 'build' target. + Quick startup guide + + The following steps will build and install everything for the first time. + + mkdir -p /usr/obj/xenocara + cd xenorara + make bootstrap + make obj + make build + + If you want to use another obj directory see below. + Requirements A freshly checked out xenocara tree is buildable without any external *************** *** 83,88 **** --- 95,101 ---- Xenocara supports objdirs (and it's even the recommended way to build things). Just run 'make obj' at any level before 'make build' to make sure that the object directories are created. + XENOCARA_OBJDIR defines the default obj directory that is used. Shadow trees *************** *** 102,105 **** You can also set XENOCARA_RERUN_AUTOCONF in /etc/mk.conf to force regeneration of configure scripts in every component. ! $OpenBSD: README,v 1.4 2006/12/02 16:28:48 matthieu Exp $ --- 115,118 ---- You can also set XENOCARA_RERUN_AUTOCONF in /etc/mk.conf to force regeneration of configure scripts in every component. ! $OpenBSD: README,v 1.5 2006/12/12 21:07:25 matthieu Exp $