diff nt/README @ 817:ece8c2170578

[xemacs-hg @ 2002-04-23 00:44:29 by jhar] Default to using MSVCRT as the C runtime for xpm
author jhar
date Tue, 23 Apr 2002 00:44:30 +0000
parents f846c2ef930d
children 28426972f654
line wrap: on
line diff
--- a/nt/README	Mon Apr 15 09:42:19 2002 +0000
+++ b/nt/README	Tue Apr 23 00:44:30 2002 +0000
@@ -120,16 +120,15 @@
     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.3 and libpng-1.0.2 at time of writing) from
+    and libpng (zlib-1.1.4 and libpng-1.0.9 at time of writing) 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.3 and libpng-1.0.2:
+    build procedure works for zlib-1.1.4 and libpng-1.0.9:
 
-    cd to the zlib directory, type 'copy msdos\makefile.w32 Makefile' and
-    then type 'nmake'.
+    cd to the zlib directory and type 'nmake -f msdos\makefile.w32'.
 
     cd to the libpng directory, rename or move the zlib directory to ..\zlib
-    and type 'nmake -f scripts\makefile.w32'.
+    and type 'nmake -f scripts\makefile.vcwin32'.
 
 3.  If you want TIFF support, grap the latest version of libtiff (tiff-v3.4
     at time of writing) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack