Changeset 4210 for trunk/nt/INSTALL

Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nt/INSTALL

    r4207 r4210  
    228228  simply change to the `nt' subdirectory and run `configure.bat' with no 
    229229  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. 
    230233 
    231234  N.B.  It is normal to see a few error messages output while configure 
     
    272275  the GnuWin32 project.  These are built with MinGW, but they can be 
    273276  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. 
    276283 
    277284* Building 
     
    377384  You should be able to debug Emacs using the debugger that is 
    378385  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.) 
    380388 
    381389  When Emacs aborts due to a fatal internal error, Emacs on Windows