summaryrefslogtreecommitdiff
path: root/nt/INSTALL
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2008-02-24 10:09:07 +0000
committerMiles Bader <miles@gnu.org>2008-02-24 10:09:07 +0000
commitb03f96dc5a6651d1dc84b81b2a15cad6908b9809 (patch)
tree699d727fdfb007a12a07d1e1f2e172617cc159ef /nt/INSTALL
parent52bec650ae314402c242ce700bb09be42ef8ae55 (diff)
parent20ca5ee4f7d897d79416a6fdd084db1eabb392b0 (diff)
downloademacs-b03f96dc5a6651d1dc84b81b2a15cad6908b9809.tar.gz
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
Diffstat (limited to 'nt/INSTALL')
-rw-r--r--nt/INSTALL22
1 files changed, 16 insertions, 6 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index 05cae9f37f5..d3de652747d 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -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