=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/README,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** xenocara/README 2016/01/18 18:01:37 1.36 --- xenocara/README 2016/10/14 18:29:18 1.37 *************** *** 60,69 **** The following steps will build and install everything for the first time. ! cd xenocara ! make bootstrap make obj ! make build If you want to use another obj directory see below. --- 60,69 ---- The following steps will build and install everything for the first time. ! cd /usr/xenocara ! doas make bootstrap make obj ! doas make build If you want to use another obj directory see below. *************** *** 90,102 **** To build Xenocara, you need to have /usr/X11R6/bin in your PATH. - Sudo/doas - - If the SUDO variable in /etc/mk.conf points to your sudo(8) or doas(8) - binary, 'make build' can be run as a normal user. It will raise its - privileges whenever needed. Otherwise, you need to run make build as - root. - If you have installed the full Xenocara X sets on your system, you 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. --- 90,95 ---- *************** *** 123,129 **** makefiles skeletons. For that use the following command in the directory where you edited the autotools source files: ! env XENOCARA_RERUN_AUTOCONF=Yes make -f Makefile.bsd-wrapper build You can also set XENOCARA_RERUN_AUTOCONF in /etc/mk.conf or in the environment to force the regeneration of configure scripts --- 116,122 ---- makefiles skeletons. For that use the following command in the directory where you edited the autotools source files: ! doas env XENOCARA_RERUN_AUTOCONF=Yes make -f Makefile.bsd-wrapper build You can also set XENOCARA_RERUN_AUTOCONF in /etc/mk.conf or in the environment to force the regeneration of configure scripts *************** *** 144,150 **** make -f Makefile.bsd-wrapper cleandir mkdir XOBJDIR make -f Makefile.bsd-wrapper obj ! make -f Makefile.bsd-wrapper build or from the root of the xenocara tree: --- 137,143 ---- make -f Makefile.bsd-wrapper cleandir mkdir XOBJDIR make -f Makefile.bsd-wrapper obj ! doas make -f Makefile.bsd-wrapper build or from the root of the xenocara tree: *************** *** 152,158 **** make cleandir mkdir XOBJDIR make obj ! make build for more desperate cases, remove all files from XSRCDIR not in CVS: --- 145,151 ---- make cleandir mkdir XOBJDIR make obj ! doas make build for more desperate cases, remove all files from XSRCDIR not in CVS: *************** *** 203,206 **** See also -- ! $OpenBSD: README,v 1.36 2016/01/18 18:01:37 matthieu Exp $ --- 196,199 ---- See also -- ! $OpenBSD: README,v 1.37 2016/10/14 18:29:18 matthieu Exp $