summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2003-09-02 22:36:30 +0000
committerJason Rumney <jasonr@gnu.org>2003-09-02 22:36:30 +0000
commite259e0adecc57d4e0d671cc3c458f7ef451c8692 (patch)
treebf94b0bff8cac7685ed2d6ebc31196eea3bd8293
parent22629b1ef581dc65f700e264b5ce18bc6f3a30d5 (diff)
downloademacs-e259e0adecc57d4e0d671cc3c458f7ef451c8692.tar.gz
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 @@
directories, etc. We suggest to use djtarnt.exe from the GNU FTP
site.
+ If you are building out of CVS, then some files in this directory
+ (.bat files, nmake.defs and makefile.w32-in) may need the line-ends
+ fixing first. The easiest way to do this and avoid future conflicts
+ is to run the following command in this (emacs/nt) directory:
+ cvs update -kb
+
To compile Emacs, you will need either Microsoft Visual C++ 2.0 or
later and nmake, or a Windows port of GCC 2.95 or later with Mingw
and W32 API support and a port of GNU make. You can use the Cygwin