Mercurial > hg > xemacs-beta
comparison INSTALL @ 104:cf808b4c4290 r20-1b4
Import from CVS: tag r20-1b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:16:51 +0200 |
parents | 131b0175ea99 |
children | cca96a509cfe |
comparison
equal
deleted
inserted
replaced
103:30eda07fe280 | 104:cf808b4c4290 |
---|---|
141 Motif menubar. (In fact, the Motif menubar is currently broken.) If | 141 Motif menubar. (In fact, the Motif menubar is currently broken.) If |
142 `none' is specified then support for menubars will not be compiled in. | 142 `none' is specified then support for menubars will not be compiled in. |
143 | 143 |
144 The `--with-scrollbars=TYPE' option allows you to specify which X | 144 The `--with-scrollbars=TYPE' option allows you to specify which X |
145 toolkit you wish to use for the scrollbars. The valid options are | 145 toolkit you wish to use for the scrollbars. The valid options are |
146 `lucid', `motif', `athena' and `none'. The default is `lucid' which | 146 `lucid', `motif', `athena', `athena3d', and `none'. The default is |
147 is a Motif-lookalike scrollbar. If `none' is specified then support | 147 `lucid' which is a Motif-lookalike scrollbar. If `none' is specified |
148 for scrollbars will not be compiled in. | 148 then support for scrollbars will not be compiled in. |
149 | 149 |
150 The `--with-dialogs=TYPE' option allows you to specify which X toolkit | 150 The `--with-dialogs=TYPE' option allows you to specify which X toolkit |
151 you wish to use for the scrollbars. The valid options are `athena', | 151 you wish to use for the scrollbars. The valid options are `athena', |
152 `motif, and `none. The `lucid' option is accepted and will result in | 152 `motif, and `none. The `lucid' option is accepted and will result in |
153 the `athena' toolkit being used. If the Motif toolkit can be found | 153 the `athena' toolkit being used. If the Motif toolkit can be found |
231 | 231 |
232 The `--with-xmu=no' option can be used if your vendor doesn't ship | 232 The `--with-xmu=no' option can be used if your vendor doesn't ship |
233 the Xmu library. | 233 the Xmu library. |
234 | 234 |
235 The `--puresize' option can be used to change the amount of purespace | 235 The `--puresize' option can be used to change the amount of purespace |
236 allocated for the dumped XEmacs. | 236 allocated for the dumped XEmacs. As of XEmacs 20.1 usage of this |
237 parameter is deprecated and, in fact, ignored. | |
237 | 238 |
238 The `--with-sound=TYPE' option specifies that XEmacs should be built | 239 The `--with-sound=TYPE' option specifies that XEmacs should be built |
239 with sound support. Native (`--with-sound=native') sound support is | 240 with sound support. Native (`--with-sound=native') sound support is |
240 currently available only on Sun SparcStations, SGI's, HP9000s, and | 241 currently available only on Sun SparcStations, SGI's, HP9000s, and |
241 Linux. Network Audio Support (NAS) (`--with-sound=nas' or | 242 Linux. Network Audio Support (NAS) (`--with-sound=nas' or |
269 | 270 |
270 The `--verbose' and `--extra-verbose' options are intended for use | 271 The `--verbose' and `--extra-verbose' options are intended for use |
271 only by the developers. `--verbose' causes the results of all | 272 only by the developers. `--verbose' causes the results of all |
272 configure tests to be displayed. `--extra-verbose' also displays the | 273 configure tests to be displayed. `--extra-verbose' also displays the |
273 output of any compiler invocations done by configure. | 274 output of any compiler invocations done by configure. |
275 | |
276 The `--with-wnn' and `--with-wnn6' options are for compiling with the | |
277 Wnn multi-language input method. `--with-wnn' is for compiling | |
278 against Wnn-4.2 the free version of WNN. This is beta level code. | |
279 `--with-wnn6' is for compiling against WNN6 the commercial version of | |
280 WNN. This is alpha level code and very lightly tested at present. | |
281 | |
282 The `--wnn-includes=DIR' and `wnn-libraries=DIR' options are provided | |
283 for specifying information about where to find WNN include directories | |
284 and WNN libraries. Currently you need to specify wnn-includes in most | |
285 installations of Wnn-4.2. | |
274 | 286 |
275 `configure' doesn't do any compilation or installation | 287 `configure' doesn't do any compilation or installation |
276 itself. It just creates the files that influence those things: | 288 itself. It just creates the files that influence those things: |
277 `./Makefile', `src/Makefile', `lwlib/Makefile', `lib-src/Makefile', | 289 `./Makefile', `src/Makefile', `lwlib/Makefile', `lib-src/Makefile', |
278 `man/Makefile', `dynodump/Makefile', and `./src/config.h'. For | 290 `man/Makefile', `dynodump/Makefile', and `./src/config.h'. For |