aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2003-01-25 21:04:41 +0000
committerJason Rumney2003-01-25 21:04:41 +0000
commitbfd889edaa32c4691349bd1f604da65f38184f35 (patch)
tree39ff0cc56ec7452d79da60b433d7851cdd3e9aa1
parente00065384265cb8b1068757d044b2ad565301d68 (diff)
downloademacs-bfd889edaa32c4691349bd1f604da65f38184f35.tar.gz
emacs-bfd889edaa32c4691349bd1f604da65f38184f35.zip
Added notes about PNG support.
-rw-r--r--nt/INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index bfa395d0f73..495a6a78d88 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -75,6 +75,18 @@
75 is running, when gcc support is being tested. These cannot be 75 is running, when gcc support is being tested. These cannot be
76 surpressed because of limitations in the Windows 9x command.com shell. 76 surpressed because of limitations in the Windows 9x command.com shell.
77 77
78* Optional image library support
79
80 To build Emacs with support for PNG image, the libpng and zlib headers
81 must be in the include path when the configure script is run. This can
82 be setup using environment variables, or by specifying --cflags -I...
83 options on the command-line to configure. The configure script will
84 report whether it was able to detect the headers.
85
86 To use the PNG support, zlib.dll (or zlibd.dll) and libpng.dll (or
87 libpng13.dll, or libpng13d.dll) must be on the PATH or in the same
88 directory as emacs.exe when Emacs is started.
89
78* Building 90* Building
79 91
80 After running configure, simply run the appropriate `make' program for 92 After running configure, simply run the appropriate `make' program for