aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2003-09-02 22:36:30 +0000
committerJason Rumney2003-09-02 22:36:30 +0000
commit589a591bf3693e5c7f154f8c059d7a7850d64cf7 (patch)
treecaf99dfe806bceb685c31f8ffe97762b2d181b9b
parent6ed24d2e3571dd112db3cd149531c26a37cb37b5 (diff)
downloademacs-589a591bf3693e5c7f154f8c059d7a7850d64cf7.tar.gz
emacs-589a591bf3693e5c7f154f8c059d7a7850d64cf7.zip
Add note about fixing line ends when building from CVS.
-rw-r--r--nt/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index b465af6e402..273c6b1e16b 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -11,6 +11,12 @@
11 directories, etc. We suggest to use djtarnt.exe from the GNU FTP 11 directories, etc. We suggest to use djtarnt.exe from the GNU FTP
12 site. 12 site.
13 13
14 If you are building out of CVS, then some files in this directory
15 (.bat files, nmake.defs and makefile.w32-in) may need the line-ends
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:
18 cvs update -kb
19
14 To compile Emacs, you will need either Microsoft Visual C++ 2.0 or 20 To compile Emacs, you will need either Microsoft Visual C++ 2.0 or
15 later and nmake, or a Windows port of GCC 2.95 or later with Mingw 21 later and nmake, or a Windows port of GCC 2.95 or later with Mingw
16 and W32 API support and a port of GNU make. You can use the Cygwin 22 and W32 API support and a port of GNU make. You can use the Cygwin