Mercurial > hg > xemacs-beta
comparison INSTALL @ 2259:e77c2aea9fd8
[xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
Add support for parallel builds.
author | malcolmp |
---|---|
date | Fri, 10 Sep 2004 11:58:33 +0000 |
parents | 0b6d70f7d49c |
children | f512fee90bfb |
comparison
equal
deleted
inserted
replaced
2258:6ff95a75d04e | 2259:e77c2aea9fd8 |
---|---|
43 MB in the file system where it is installed; this includes the | 43 MB in the file system where it is installed; this includes the |
44 executable files, Lisp libraries, miscellaneous data files, and | 44 executable files, Lisp libraries, miscellaneous data files, and |
45 on-line documentation. The exact amount depends greatly on the number | 45 on-line documentation. The exact amount depends greatly on the number |
46 of extra Lisp packages that are installed. | 46 of extra Lisp packages that are installed. |
47 | 47 |
48 XEmacs requires an ANSI C compiler, such as GCC. If you wish to build | 48 XEmacs requires an ANSI C compiler, such as GCC, and a POSIX compatible |
49 the documentation yourself, you will need at least version 1.68 of | 49 make, such as GNU Make. If you wish to build the documentation |
50 makeinfo (GNU texinfo-3.11). GNU Texinfo 4.2 is recommended; it is | 50 yourself, you will need at least version 1.68 of makeinfo (GNU |
51 necessary for building Lisp packages, and we may move to it for the core. | 51 texinfo-3.11). GNU Texinfo 4.2 is recommended; it is necessary for |
52 building Lisp packages, and we may move to it for the core. | |
52 | 53 |
53 A note on terminology: unfortunately the terms "library" and "package" | 54 A note on terminology: unfortunately the terms "library" and "package" |
54 are heavily overloaded. In the following, "library" refers to an | 55 are heavily overloaded. In the following, "library" refers to an |
55 external body of executable code which may be linked with XEmacs at | 56 external body of executable code which may be linked with XEmacs at |
56 build time to provide support for system features, such as images, | 57 build time to provide support for system features, such as images, |