comparison nt/INSTALL @ 90796:4ef881a120fe

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 675-697) - Update from CVS - Merge from gnus--rel--5.10 - Release ERC 5.2. * gnus--rel--5.10 (patch 211-215) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189
author Miles Bader <miles@gnu.org>
date Wed, 11 Apr 2007 00:17:47 +0000
parents 91bf6e05918b aa7f7988d3bb
children d7172f202ab8
comparison
equal deleted inserted replaced
90795:b9182b6a90c9 90796:4ef881a120fe
121 the libraries shipped with the compiler. 121 the libraries shipped with the compiler.
122 122
123 The rest of this file assumes you have a working development 123 The rest of this file assumes you have a working development
124 environment. If you just installed such an environment, try 124 environment. If you just installed such an environment, try
125 building a trivial C "Hello world" program, and see if it works. If 125 building a trivial C "Hello world" program, and see if it works. If
126 it doesn't work, resolve that problem first! 126 it doesn't work, resolve that problem first! If you use Microsoft
127 Visual Studio .NET 2003, don't forget to run the VCVARS32.BAT batch
128 file from the `Bin' subdirectory of the directory where you have
129 installed VS.NET.
127 130
128 If you use the MinGW port of GCC and GNU Make to build Emacs, there 131 If you use the MinGW port of GCC and GNU Make to build Emacs, there
129 are some compatibility issues wrt Make and the shell that is run by 132 are some compatibility issues wrt Make and the shell that is run by
130 Make, either the standard COMMAND.COM/CMD.EXE supplied with Windows 133 Make, either the standard COMMAND.COM/CMD.EXE supplied with Windows
131 or sh.exe., a port of a Unixy shell. For reference, below is a list 134 or sh.exe., a port of a Unixy shell. For reference, below is a list