Mercurial > hg > xemacs-beta
comparison nt/README @ 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 | 4542b72c005e |
children | b694dfd2f40e |
comparison
equal
deleted
inserted
replaced
1779:fb556d2c7344 | 1780:3227a97effa8 |
---|---|
75 | 75 |
76 * Optional libraries | 76 * Optional libraries |
77 ==================== | 77 ==================== |
78 | 78 |
79 1. You really want the XPM library. Grab the latest version of the xpm | 79 1. You really want the XPM library. Grab the latest version of the xpm |
80 sources (xpm-3.4k.tar.gz as of 2002-04-27) from | 80 sources (xpm-3.4k.tar.gz as of 2003-10-27) from |
81 ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack them somewhere. Copy | 81 ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack them somewhere. Copy |
82 nt\xpm.mak from the xemacs sources to the lib subdirectory of the xpm | 82 nt\xpm.mak from the xemacs sources to the lib subdirectory of the xpm |
83 sources, cd to that directory and build xpm with 'nmake -f xpm.mak'. | 83 sources, cd to that directory and build xpm with 'nmake -f xpm.mak'. |
84 | 84 |
85 2. You probably also want PNG image support. Grab the latest versions of | 85 2. You probably also want PNG image support. Grab the latest versions of |
86 zlib and libpng (zlib-1.1.4 and libpng-1.0.9 as of 2002-04-27) from | 86 zlib and libpng (zlib-1.1.4 and libpng-1.2.5 as of 2003-10-27) from |
87 ftp://ftp.xemacs.org/pub/xemacs/aux/, unpack them somewhere and read the | 87 ftp://ftp.xemacs.org/pub/xemacs/aux/, unpack them somewhere and read the |
88 respective READMEs for details on how to build them. The following | 88 respective READMEs for details on how to build them. The following |
89 build procedure works for zlib-1.1.4 and libpng-1.0.9: | 89 build procedure works for zlib-1.1.4 and libpng-1.2.5: |
90 | 90 |
91 cd to the zlib directory and type 'nmake -f msdos\makefile.w32'. | 91 cd to the zlib directory and type 'nmake -f nt\Makefile.nt'. |
92 | 92 |
93 cd to the libpng directory, rename or move the zlib directory to ..\zlib | 93 cd to the libpng directory, rename or move the zlib directory to ..\zlib |
94 and type 'nmake -f scripts\makefile.vcwin32'. | 94 and type 'nmake -f scripts\makefile.vcwin32'. |
95 | 95 |
96 3. If you want TIFF support, grap the latest version of libtiff (tiff-v3.4 | 96 3. If you want TIFF support, grab the latest version of libtiff (tiff-v3.5.7 |
97 as of 2002-04-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack | 97 as of 2003-10-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack |
98 it somewhere. Copy nt\tiff.mak from the xemacs sources to the | 98 it somewhere. Then cd to the libtiff subdirectory of the tiff directory |
99 contrib\winnt subdirectory of the tiff sources, cd to that directory and | 99 and type 'nmake -f makefile.vc'. |
100 build libtiff with 'nmake -f tiff.mak'. Note: tiff.mak has only been | |
101 verified to work under WinNT, not Win95 or 98. However, the latest | |
102 distribution of libtiff includes a contrib\win95\makefile.w95; that | |
103 might work. | |
104 | 100 |
105 4. If you want JPEG support grab the latest version of jpegsrc (jpeg-6b as | 101 4. If you want JPEG support grab the latest version of jpegsrc (jpeg-6b as |
106 of 2002-04-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and read the | 102 of 2003-10-27) from ftp://ftp.xemacs.org/pub/xemacs/aux/ and read the |
107 README for details on how to build it. | 103 README for details on how to build it. |
108 | 104 |
109 5. If you want X-Face support, grab the compface distribution from | 105 5. If you want X-Face support, grab the latest version of the compface |
106 distribution (1.4 as of 2003-10-27) from | |
110 ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack it somewhere. | 107 ftp://ftp.xemacs.org/pub/xemacs/aux/ and unpack it somewhere. |
111 Copy nt\compface.mak from xemacs sources to the compface directory. | 108 Copy nt\compface.mak from the xemacs sources to the compface directory. |
112 cd to that directory and build libcompface with 'nmake -f compface.mak'. | 109 cd to that directory and build libcompface with 'nmake -f compface.mak'. |
113 | 110 |
114 | 111 |
115 * Building | 112 * Building |
116 ========== | 113 ========== |