# HG changeset patch # User Jason Rumney # Date 1062542190 0 # Node ID 79fdcc7805086144d3b9cedbfed31cd4de6b1928 # Parent 80d4785de4a0aa0960a1829957342a11d012dc7d Add note about fixing line ends when building from CVS. diff -r 80d4785de4a0 -r 79fdcc780508 nt/INSTALL --- a/nt/INSTALL Tue Sep 02 22:20:29 2003 +0000 +++ b/nt/INSTALL Tue Sep 02 22:36:30 2003 +0000 @@ -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