Changeset 4220 for trunk/nt/INSTALL
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/nt/INSTALL (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/nt/INSTALL
r4210 r4220 2 2 on Windows NT/2K/XP and Windows 95/98/ME 3 3 4 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 4 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 5 Free Software Foundation, Inc. 6 6 See the end of the file for license conditions. … … 101 101 dos2unix and unix2dos available from GnuWin32 or dtou and utod from 102 102 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. 103 108 104 109 In addition to this file, you should also read INSTALL.CVS in the … … 273 278 274 279 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 277 284 http://ourcomments.org/Emacs/w32-build-emacs.html, under "How to Get 278 285 Images Support", for more details about installing image support … … 281 288 _source_ packages for some of the libraries in order to get the 282 289 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. 283 293 284 294 * Building … … 454 464 GNU Emacs is free software; you can redistribute it and/or modify 455 465 it under the terms of the GNU General Public License as published by 456 the Free Software Foundation; either version 2, or (at your option)466 the Free Software Foundation; either version 3, or (at your option) 457 467 any later version. 458 468
