Changeset 4220 for trunk/nt/INSTALL

Show
Ignore:
Timestamp:
04/04/08 22:04:40 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

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

    r4210 r4220  
    22                on Windows NT/2K/XP and Windows 95/98/ME 
    33 
    4   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 
     4  Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 
    55    Free Software Foundation, Inc. 
    66  See the end of the file for license conditions. 
     
    101101  dos2unix and unix2dos available from GnuWin32 or dtou and utod from 
    102102  the DJGPP project. 
     103 
     104  Additionally, the file lisp/ldefs-boot.el needs Unix line ends due 
     105  to some embedded ^M characters that are not at the end of the line. 
     106  So in the lisp directory you should run "cvs update -kb ldefs-boot.el", 
     107  or use dos2unix on that file. 
    103108 
    104109  In addition to this file, you should also read INSTALL.CVS in the 
     
    273278 
    274279  Binaries for the image libraries (among many others) can be found at 
    275   the GnuWin32 project.  These are built with MinGW, but they can be 
    276   used with both GCC/MinGW and MSVC builds of Emacs.  See the info on 
     280  the GnuWin32 project.  PNG, JPEG and TIFF libraries are also 
     281  included with GTK, which is installed along with other Free Software 
     282  that requires it.  These are built with MinGW, but they can be used 
     283  with both GCC/MinGW and MSVC builds of Emacs.  See the info on 
    277284  http://ourcomments.org/Emacs/w32-build-emacs.html, under "How to Get 
    278285  Images Support", for more details about installing image support 
     
    281288  _source_ packages for some of the libraries in order to get the 
    282289  header files necessary for building Emacs with image support. 
     290 
     291  If GTK 2.0 is installed, addpm will arrange for its image libraries 
     292  to be on the DLL search path for Emacs. 
    283293 
    284294* Building 
     
    454464GNU Emacs is free software; you can redistribute it and/or modify 
    455465it under the terms of the GNU General Public License as published by 
    456 the Free Software Foundation; either version 2, or (at your option) 
     466the Free Software Foundation; either version 3, or (at your option) 
    457467any later version. 
    458468