comparison nt/INSTALL @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 4c90ffeb71c5
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
8 remove the files and unpack again with a different program! 8 remove the files and unpack again with a different program!
9 WinZip is known to create some subtle and hard to debug problems, 9 WinZip is known to create some subtle and hard to debug problems,
10 such as converting files to DOS CR-LF format, not creating empty 10 such as converting files to DOS CR-LF format, not creating empty
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
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
13 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
17 ports of GCC, but Emacs requires the Mingw headers and libraries to 23 ports of GCC, but Emacs requires the Mingw headers and libraries to