summaryrefslogtreecommitdiff
path: root/README.cvs
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-02-01 07:54:22 +0000
committerPaul Smith <psmith@gnu.org>2006-02-01 07:54:22 +0000
commit4cd35390242bc3e7720dd9831e4bd03e55c636e2 (patch)
tree08930384ac32dd0cf2f910272ad38f76aaef2811 /README.cvs
parent64e16d6c00a59fcff9681e032ac8dbec46d3e960 (diff)
downloadgunmake-4cd35390242bc3e7720dd9831e4bd03e55c636e2.tar.gz
Various updates, mainly to the Windows port, from Eli Zaretskii and
Markus Maurhart.
Diffstat (limited to 'README.cvs')
-rw-r--r--README.cvs24
1 files changed, 23 insertions, 1 deletions
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 <http://savannah.gnu.org/projects/make/>:
- $ 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
--------------------------