comparison nt/README @ 4708:1cecc3e9f0a0

Use giflib or libungif to provide GIF support, instead of using internal routines. Delete internal GIF support code with no stated license. Fix up a number of references in the documentation to GIF support. See discussion on xemacs-beta: <87iqg4vg9t.fsf@uwakimon.sk.tsukuba.ac.jp>.
author Jerry James <james@xemacs.org>
date Mon, 05 Oct 2009 10:11:59 -0600
parents b694dfd2f40e
children 98681721a588
comparison
equal deleted inserted replaced
4707:5bb0735f56e0 4708:1cecc3e9f0a0
234 XPM_DIR="x:\location\of\your\xpm\sources" 234 XPM_DIR="x:\location\of\your\xpm\sources"
235 235
236 Similarly for JPEG, TIFF, etc. support. 236 Similarly for JPEG, TIFF, etc. support.
237 237
238 For PNG support, you also need to specify ZLIB_DIR. 238 For PNG support, you also need to specify ZLIB_DIR.
239 For GIF support, no directory is necessary as the appropriate code
240 is already in XEmacs.
241 239
242 If you want to use the DLL version of the Sleepycat DB library, 240 If you want to use the DLL version of the Sleepycat DB library,
243 set BUILD_DATABASE_SHARED to 1. You will have to have the DLL 241 set BUILD_DATABASE_SHARED to 1. You will have to have the DLL
244 present at run-time -- either in the same directory as the XEmacs 242 present at run-time -- either in the same directory as the XEmacs
245 executable or somewhere in your path. 243 executable or somewhere in your path.