=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/README,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** xenocara/README 2007/01/04 20:56:55 1.7 --- xenocara/README 2007/03/31 20:25:53 1.8 *************** *** 79,84 **** --- 79,88 ---- - metaauto 0.6 (or later) (devel/metaauto) - libtool 1.5.22 (or later) (devel/libtool) + Path + + To build Xenocara, you need to have /usr/X11R6/bin in your PATH. + Sudo If the SUDO variable points to your sudo(8) binary in /etc/mk.conf, *************** *** 90,101 **** don't need to build all of Xenocara to patch one element. You can go to any module sub-directory and run 'make build' from there. Objdirs 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 --- 94,111 ---- don't need to build all of Xenocara to patch one element. You can go to any module sub-directory and run 'make build' from there. + Source directory + + The variable XSRCDIR can be set either in the environment or in + /etc/mk.cof to point to the xenocara source tree, in case you keep it + in a non-standard directory (the default is /usr/xenocara). + Objdirs 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. ! XOBJDIR defines the default obj directory that is used. Shadow trees *************** *** 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.7 2007/01/04 20:56:55 matthieu Exp $ --- 125,128 ---- You can also set XENOCARA_RERUN_AUTOCONF in /etc/mk.conf to force regeneration of configure scripts in every component. ! $OpenBSD: README,v 1.8 2007/03/31 20:25:53 matthieu Exp $