Mercurial > emacs
comparison nt/INSTALL @ 49451:c4911d7933ae
Added notes about PNG support.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 25 Jan 2003 21:04:41 +0000 |
parents | a8392117d6de |
children | 5ddabc4c81b0 |
comparison
equal
deleted
inserted
replaced
49450:a2e59f9d34b1 | 49451:c4911d7933ae |
---|---|
72 options. To see what options are available, run `configure --help'. | 72 options. To see what options are available, run `configure --help'. |
73 | 73 |
74 N.B. It is normal to see a few error messages output while configure | 74 N.B. It is normal to see a few error messages output while configure |
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 | |
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. | |
77 | 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 |
81 your compiler to build Emacs. For MSVC, this is nmake; for GCC, it is | 93 your compiler to build Emacs. For MSVC, this is nmake; for GCC, it is |