Mercurial > hg > xemacs-beta
comparison INSTALL @ 363:972bbb6d6ca2 r21-1-11
Import from CVS: tag r21-1-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:59:28 +0200 |
parents | 4711e16a8e49 |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
362:1e474c183006 | 363:972bbb6d6ca2 |
---|---|
313 | 313 |
314 The `--rel-alloc' option can be used to either enable or disable use | 314 The `--rel-alloc' option can be used to either enable or disable use |
315 of the relocating allocator. Turning on --rel-alloc will allow XEmacs | 315 of the relocating allocator. Turning on --rel-alloc will allow XEmacs |
316 to return unused memory to the operating system, thereby reducing its | 316 to return unused memory to the operating system, thereby reducing its |
317 memory footprint. However, it may make XEmacs runs more slowly, | 317 memory footprint. However, it may make XEmacs runs more slowly, |
318 especially if your system's `mmap' implemntation is missing or | 318 especially if your system's `mmap' implementation is missing or |
319 inefficient. Generally, it's best to go with the default | 319 inefficient. Generally, it's best to go with the default |
320 configuration for your system. You can tweak this based on how you | 320 configuration for your system. You can tweak this based on how you |
321 use XEmacs, and the memory and cpu resources available on your system. | 321 use XEmacs, and the memory and cpu resources available on your system. |
322 | 322 |
323 The `--with-system-malloc' option can be use to either enable or | 323 The `--with-system-malloc' option can be use to either enable or |
341 additional information, useful for debugging. Another help for | 341 additional information, useful for debugging. Another help for |
342 determining configure failures is the file `config.log', which | 342 determining configure failures is the file `config.log', which |
343 contains the results of the compile and link tests used by configure. | 343 contains the results of the compile and link tests used by configure. |
344 | 344 |
345 The `--with-mule' option enables (MUlti-Lingual Emacs) support, needed | 345 The `--with-mule' option enables (MUlti-Lingual Emacs) support, needed |
346 to suport non-Latin-1 (including Asian) languages. The Mule support | 346 to support non-Latin-1 (including Asian) languages. The Mule support |
347 is not yet as stable or efficient as the `Latin1' support. Enabling | 347 is not yet as stable or efficient as the `Latin1' support. Enabling |
348 Mule support requires the mule-base package installed prior to | 348 Mule support requires the mule-base package installed prior to |
349 building XEmacs. The following options require Mule support: | 349 building XEmacs. The following options require Mule support: |
350 | 350 |
351 The `--with-xim' option enables use of the X11 XIM mechanism to allow | 351 The `--with-xim' option enables use of the X11 XIM mechanism to allow |