From 4cd35390242bc3e7720dd9831e4bd03e55c636e2 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 1 Feb 2006 07:54:22 +0000 Subject: Various updates, mainly to the Windows port, from Eli Zaretskii and Markus Maurhart. --- README.cvs | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'README.cvs') diff --git a/README.cvs b/README.cvs index fd10934..fe6c1ac 100644 --- a/README.cvs +++ b/README.cvs @@ -8,7 +8,7 @@ already performed this step; however, for completeness, you can obtain the GNU make source code via anonymous CVS from the FSF's Savannah project : - $ cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/make co make + $ cvs -d:pserver:anoncvs@cvs.savannah.gnu.org:/sources/make co make You might want to use the "-z3" option to get compression, and you most certainly will want the -P option to avoid unneeded directories @@ -93,6 +93,28 @@ T. and the AutoToolers! That's it, you're done! +Windows builds from CVS +----------------------- + +IF you have managed to successfully perform the 1st two or three steps of +the general build procedure as explained above: + + $ autoreconf [-i] -s + $ ./configure + [$ make update] + +THEN proceed with file README.W32. + +ELSE ignore the general build procedure, instead execute the following +command lines at a Windows command prompt: + + if not exist README.W32 copy README.W32.template README.W32 + if not exist config.h.W32 copy config.h.W32.template config.h.W32 + if not exist NMakefile copy NMakefile.template NMakefile + +Now proceed with file README.W32. + + Appendix A - For The Brave -------------------------- -- cgit v1.2.3