comparison nt/README @ 329:58bac07dfa74 r21-0-62

Import from CVS: tag r21-0-62
author cvs
date Mon, 13 Aug 2007 10:48:41 +0200
parents 03446687b7cc
children a4f53d9b3154
comparison
equal deleted inserted replaced
328:2229f69ea3e0 329:58bac07dfa74
57 57
58 4. If you want JPEG support grab the latest version of jpegsrc (jpeg-6b at 58 4. If you want JPEG support grab the latest version of jpegsrc (jpeg-6b at
59 time of writing) and read the README for details on how to build it. 59 time of writing) and read the README for details on how to build it.
60 60
61 5. cd to the nt subdirectory of the xemacs distribution and build xemacs: 61 5. cd to the nt subdirectory of the xemacs distribution and build xemacs:
62 `nmake install -f xemacs.mak`, but read on before hitting Enter. 62 `nmake install -f xemacs.mak` or `nmake install -f xemacs95.mak`
63 under windows 95 and windows 98, but read on before hitting Enter.
63 64
64 6. If you're building with XPM support, add this to the nmake command line: 65 6. If you're building with XPM support, add this to the nmake command line:
65 HAVE_XPM=1 XPM_DIR="x:\location\of\your\xpm\sources" 66 HAVE_XPM=1 XPM_DIR="x:\location\of\your\xpm\sources"
66 and similarly for JPEG and TIFF support. 67 and similarly for JPEG and TIFF support.
67 68