emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/INSTALL,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/nt/INSTALL,v
Date: Sun, 24 Feb 2008 10:09:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/02/24 10:09:07

Index: nt/INSTALL
===================================================================
RCS file: /cvsroot/emacs/emacs/nt/INSTALL,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- nt/INSTALL  11 Feb 2008 10:10:46 -0000      1.56
+++ nt/INSTALL  24 Feb 2008 10:09:01 -0000      1.57
@@ -101,13 +101,18 @@
   dos2unix and unix2dos available from GnuWin32 or dtou and utod from
   the DJGPP project.
 
-  Additionally, the files lisp/international/uni-*.el need Unix line
-  ends due to some embedded ^M characters that are not at the end of
-  the line.  So in the lisp/international directory you should run the
-  following command, or use dos2unix on those files.
+  Additionally, the files lisp/international/uni-*.el and
+  lisp/ldefs-boot.el need Unix line ends due to some embedded ^M
+  characters that are not at the end of the line.  So in the
+  lisp/international directory you should run the following command, or
+  use dos2unix on those files.
 
      cvs update -kb uni-*.el
 
+  and in the lisp directory, use the command:
+
+     cvs update -kb lisp/ldefs-boot.el
+
   In addition to this file, you should also read INSTALL.CVS in the
   parent directory, and make sure that you have a version of
   "touch.exe" in your path, and that it will create files that do not
@@ -279,8 +284,10 @@
   compatible (for example, that they were built with the same compiler).
 
   Binaries for the image libraries (among many others) can be found at
-  the GnuWin32 project.  These are built with MinGW, but they can be
-  used with both GCC/MinGW and MSVC builds of Emacs.  See the info on
+  the GnuWin32 project.  PNG, JPEG and TIFF libraries are also
+  included with GTK, which is installed along with other Free Software
+  that requires it.  These are built with MinGW, but they can be used
+  with both GCC/MinGW and MSVC builds of Emacs.  See the info on
   http://ourcomments.org/Emacs/w32-build-emacs.html, under "How to Get
   Images Support", for more details about installing image support
   libraries.  Note specifically that, due to some packaging snafus in
@@ -288,6 +295,9 @@
   _source_ packages for some of the libraries in order to get the
   header files necessary for building Emacs with image support.
 
+  If GTK 2.0 is installed, addpm will arrange for its image libraries
+  to be on the DLL search path for Emacs.
+
 * Building
 
   After running configure, simply run the appropriate `make' program for




reply via email to

[Prev in Thread] Current Thread [Next in Thread]