summaryrefslogtreecommitdiff
path: root/nt/INSTALL
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2008-02-11 15:43:56 +0000
committerJason Rumney <jasonr@gnu.org>2008-02-11 15:43:56 +0000
commita74722ee04df987ac828b4c795622287df3ab3af (patch)
treedbbcd227da561ed728ad3540838b6632ce2258c4 /nt/INSTALL
parentf1cefe09d6df020ae8514956ddd75035c469ea7e (diff)
downloademacs-a74722ee04df987ac828b4c795622287df3ab3af.tar.gz
Add note about GTK image libraries.
Diffstat (limited to 'nt/INSTALL')
-rw-r--r--nt/INSTALL9
1 files changed, 7 insertions, 2 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index 8f70a8d6a83..633c58dbac4 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -277,8 +277,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
@@ -286,6 +288,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