]> git.eshelyaron.com Git - emacs.git/commitdiff
Add note about fixing line ends when building from CVS.
authorJason Rumney <jasonr@gnu.org>
Tue, 2 Sep 2003 22:36:30 +0000 (22:36 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 2 Sep 2003 22:36:30 +0000 (22:36 +0000)
nt/INSTALL

index b465af6e402f3830f6a2bb74bbb2394964a1f008..273c6b1e16b41c57ca6d030e9e14536659769c0c 100644 (file)
   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