Mercurial > hg > xemacs-beta
changeset 1780:3227a97effa8
[xemacs-hg @ 2003-11-06 15:12:33 by james]
Update graphic library descriptions.
author | james |
---|---|
date | Thu, 06 Nov 2003 15:12:33 +0000 |
parents | fb556d2c7344 |
children | a2f99e9147b9 |
files | nt/ChangeLog nt/README nt/config.inc.samp |
diffstat | 3 files changed, 21 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Thu Nov 06 05:11:15 2003 +0000 +++ b/nt/ChangeLog Thu Nov 06 15:12:33 2003 +0000 @@ -1,3 +1,8 @@ +2003-10-27 Jerry James <james@xemacs.org> + + * README: Update library versions. Delete irrelevant text. + * config.inc.samp: Ditto. + 2003-10-15 Jerry James <james@xemacs.org> * xemacs.mak (TEMACS_OBJS): Add emodules.obj, which always has
--- a/nt/README Thu Nov 06 05:11:15 2003 +0000 +++ b/nt/README Thu Nov 06 15:12:33 2003 +0000 @@ -77,38 +77,35 @@ ==================== 1. You really want the XPM library. Grab the latest version of the xpm - sources (xpm-3.4k.tar.gz as of 2002-04-27) from + sources (xpm-3.4k.tar.gz as of 2003-10-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack them somewhere. Copy nt\xpm.mak from the xemacs sources to the lib subdirectory of the xpm sources, cd to that directory and build xpm with 'nmake -f xpm.mak'. 2. You probably also want PNG image support. Grab the latest versions of - zlib and libpng (zlib-1.1.4 and libpng-1.0.9 as of 2002-04-27) from + zlib and libpng (zlib-1.1.4 and libpng-1.2.5 as of 2003-10-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/, unpack them somewhere and read the respective READMEs for details on how to build them. The following - build procedure works for zlib-1.1.4 and libpng-1.0.9: + build procedure works for zlib-1.1.4 and libpng-1.2.5: - cd to the zlib directory and type 'nmake -f msdos\makefile.w32'. + cd to the zlib directory and type 'nmake -f nt\Makefile.nt'. cd to the libpng directory, rename or move the zlib directory to ..\zlib and type 'nmake -f scripts\makefile.vcwin32'. -3. If you want TIFF support, grap the latest version of libtiff (tiff-v3.4 - as of 2002-04-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack - it somewhere. Copy nt\tiff.mak from the xemacs sources to the - contrib\winnt subdirectory of the tiff sources, cd to that directory and - build libtiff with 'nmake -f tiff.mak'. Note: tiff.mak has only been - verified to work under WinNT, not Win95 or 98. However, the latest - distribution of libtiff includes a contrib\win95\makefile.w95; that - might work. +3. If you want TIFF support, grab the latest version of libtiff (tiff-v3.5.7 + as of 2003-10-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack + it somewhere. Then cd to the libtiff subdirectory of the tiff directory + and type 'nmake -f makefile.vc'. 4. If you want JPEG support grab the latest version of jpegsrc (jpeg-6b as - of 2002-04-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and read the + of 2003-10-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and read the README for details on how to build it. -5. If you want X-Face support, grab the compface distribution from +5. If you want X-Face support, grab the latest version of the compface + distribution (1.4 as of 2003-10-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack it somewhere. - Copy nt\compface.mak from xemacs sources to the compface directory. + Copy nt\compface.mak from the xemacs sources to the compface directory. cd to that directory and build libcompface with 'nmake -f compface.mak'.
--- a/nt/config.inc.samp Thu Nov 06 05:11:15 2003 +0000 +++ b/nt/config.inc.samp Thu Nov 06 15:12:33 2003 +0000 @@ -38,19 +38,16 @@ # Set this to enable PNG support (virtually mandatory), and specify # the directories containing png and zlib. Get the latest version from # ftp://ftp.uu.net/graphics/png/. You will have to rename the zlib directory -# from zlib-1.1.3 or whatever to just `zlib' for the build to work. +# from zlib-1.1.4 or whatever to just `zlib' for the build to work. HAVE_PNG=1 -PNG_DIR=c:\src\libpng-1.0.12 +PNG_DIR=c:\src\libpng-1.2.5 ZLIB_DIR=c:\src\zlib # Set this to enable TIFF support, and specify the directory containing tiff. # Get the latest version from ftp://ftp.uu.net/graphics/tiff/. Not on by -# default since TIFF isn't really very important and those TIFF wankers -# couldn't be bothered to incorporate minimal MS-Windows patches they've -# had sitting around for years, so getting it to build is a major pain in -# the ass. +# default since TIFF isn't really very important. HAVE_TIFF=0 -TIFF_DIR=c:\src\tiff-v3.4 +TIFF_DIR=c:\src\tiff-v3.5.7 # Set this to enable JPEG support, and specify the directory containing jpeg. # Get the latest version from ftp://ftp.uu.net/graphics/jpeg/.