Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
816:39b1580316c8 | 817:ece8c2170578 |
---|---|
118 ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack them somewhere. | 118 ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack them somewhere. |
119 Copy nt\xpm.mak from the xemacs sources to the lib subdirectory of the | 119 Copy nt\xpm.mak from the xemacs sources to the lib subdirectory of the |
120 xpm sources, cd to that directory and build xpm with 'nmake -f xpm.mak'. | 120 xpm sources, cd to that directory and build xpm with 'nmake -f xpm.mak'. |
121 | 121 |
122 2. You probably also want PNG image support. Grab the latest versions of zlib | 122 2. You probably also want PNG image support. Grab the latest versions of zlib |
123 and libpng (zlib-1.1.3 and libpng-1.0.2 at time of writing) from | 123 and libpng (zlib-1.1.4 and libpng-1.0.9 at time of writing) from |
124 ftp://ftp.xemacs.org/pub/xemacs/aux/, unpack them somewhere and read | 124 ftp://ftp.xemacs.org/pub/xemacs/aux/, unpack them somewhere and read |
125 the respective READMEs for details on how to build them. The following | 125 the respective READMEs for details on how to build them. The following |
126 build procedure works for zlib-1.1.3 and libpng-1.0.2: | 126 build procedure works for zlib-1.1.4 and libpng-1.0.9: |
127 | 127 |
128 cd to the zlib directory, type 'copy msdos\makefile.w32 Makefile' and | 128 cd to the zlib directory and type 'nmake -f msdos\makefile.w32'. |
129 then type 'nmake'. | |
130 | 129 |
131 cd to the libpng directory, rename or move the zlib directory to ..\zlib | 130 cd to the libpng directory, rename or move the zlib directory to ..\zlib |
132 and type 'nmake -f scripts\makefile.w32'. | 131 and type 'nmake -f scripts\makefile.vcwin32'. |
133 | 132 |
134 3. If you want TIFF support, grap the latest version of libtiff (tiff-v3.4 | 133 3. If you want TIFF support, grap the latest version of libtiff (tiff-v3.4 |
135 at time of writing) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack | 134 at time of writing) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack |
136 it somewhere. Copy nt\tiff.mak from the xemacs sources to the | 135 it somewhere. Copy nt\tiff.mak from the xemacs sources to the |
137 contrib\winnt subdirectory of the tiff sources, cd to that directory and | 136 contrib\winnt subdirectory of the tiff sources, cd to that directory and |