Changeset 4210 for trunk/nt/INSTALL
- Timestamp:
- 06/02/07 09:29:41 (1 year ago)
- Files:
-
- trunk/nt/INSTALL (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/nt/INSTALL
r4207 r4210 228 228 simply change to the `nt' subdirectory and run `configure.bat' with no 229 229 options. To see what options are available, run `configure --help'. 230 Do NOT use the --no-debug option to configure.bat unless you are 231 absolutely sure the produced binaries will never need to be run under 232 a debugger. 230 233 231 234 N.B. It is normal to see a few error messages output while configure … … 272 275 the GnuWin32 project. These are built with MinGW, but they can be 273 276 used with both GCC/MinGW and MSVC builds of Emacs. See the info on 274 http://ourcomments.org/Emacs/EmacsW32.html for more details about 275 installing image support libraries. 277 http://ourcomments.org/Emacs/w32-build-emacs.html, under "How to Get 278 Images Support", for more details about installing image support 279 libraries. Note specifically that, due to some packaging snafus in 280 the GnuWin32-supplied image libraries, you will need to download 281 _source_ packages for some of the libraries in order to get the 282 header files necessary for building Emacs with image support. 276 283 277 284 * Building … … 377 384 You should be able to debug Emacs using the debugger that is 378 385 appropriate for the compiler you used, namely DevStudio or Windbg if 379 compiled with MSVC, or GDB if compiled with GCC. 386 compiled with MSVC, or GDB if compiled with GCC. (GDB for Windows 387 is available from the MinGW site, http://www.mingw.org/download.shtml.) 380 388 381 389 When Emacs aborts due to a fatal internal error, Emacs on Windows
