aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2004-10-17 20:20:26 +0000
committerJason Rumney2004-10-17 20:20:26 +0000
commit1040d0412c2c041284248770e351c50feeebc4e7 (patch)
tree5322e10cc5eb6b9743871c05ce9430a6b0ae4963
parent957237cb1fa5436179560837d8ed53fe82d9f9d6 (diff)
downloademacs-1040d0412c2c041284248770e351c50feeebc4e7.tar.gz
emacs-1040d0412c2c041284248770e351c50feeebc4e7.zip
Added note to see INSTALL.CVS, and to make sure touch creates files.
-rw-r--r--nt/INSTALL9
1 files changed, 8 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index 646054e07f4..09de93bca01 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -16,6 +16,9 @@
16 fixing first. The easiest way to do this and avoid future conflicts 16 fixing first. The easiest way to do this and avoid future conflicts
17 is to run the following command in this (emacs/nt) directory: 17 is to run the following command in this (emacs/nt) directory:
18 cvs update -kb 18 cvs update -kb
19 In addition to this file, you should also read INSTALL.CVS in the
20 parent directory, and make sure that you have a version of "touch.exe"
21 in your path, and that it will create files that do not yet exist.
19 22
20 To compile Emacs, you will need either Microsoft Visual C++ 2.0 or 23 To compile Emacs, you will need either Microsoft Visual C++ 2.0 or
21 later and nmake, or a Windows port of GCC 2.95 or later with Mingw 24 later and nmake, or a Windows port of GCC 2.95 or later with Mingw
@@ -31,10 +34,14 @@
31 like this, we recommend the use of the supported compilers mentioned 34 like this, we recommend the use of the supported compilers mentioned
32 in the previous paragraph. 35 in the previous paragraph.
33 36
37 You will also need a copy of the Posix cp, rm and mv programs. These
38 and other useful Posix utilities can be obtained from the Mingw or
39 Cygwin projects.
40
34 If you build Emacs on Windows 9X or ME, not on Windows 2K/XP or 41 If you build Emacs on Windows 9X or ME, not on Windows 2K/XP or
35 Windows NT, we suggest to install the Cygwin port of Bash. 42 Windows NT, we suggest to install the Cygwin port of Bash.
36 43
37 Please see http://www.mingw.org for pointers to GCC/Mingw binaries. 44 Please see http://www.mingw.org for pointers to GCC/Mingw and binaries.
38 45
39 For reference, here is a list of which builds of GNU make are known 46 For reference, here is a list of which builds of GNU make are known
40 to work or not, and whether they work in the presence and/or absence 47 to work or not, and whether they work in the presence and/or absence