X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=INSTALL;h=3cbcd983a70e6649dd08eb8ce57861e1ba6b48c6;hp=8282e8bf0edd0c6a0a243a97f41fd57a030ea6dc;hb=ac7d0619aad74b1d57c4748ebb3ab29d9c32e3d8;hpb=dbf2768f7b146e97e37a27316f70bb313f1acf15 diff --git a/INSTALL b/INSTALL index 8282e8b..3cbcd98 100644 --- a/INSTALL +++ b/INSTALL @@ -32,8 +32,8 @@ error in the command `temacs -batch -l loadup dump', found in XEmacs. Verify that your users have a high enough stack limit. On some systems -such as OpenBSD and OSF/Tru64 the default is 2MB which is too low. See -'PROBLEMS' for details. +such as OpenBSD and OSF/Tru64 the default is 2MB which is too low. On +MacOS/X (Darwin), it's 512kB. See 'PROBLEMS' for details. Building XEmacs requires about 100 Mb of disk space (including the XEmacs sources). Once installed, XEmacs occupies between 20 and 100 Mb @@ -44,7 +44,8 @@ installed XEmacs requires an ANSI C compiler, such as GCC. If you wish to build the documentation yourself, you will need at least version 1.68 of -makeinfo (GNU texinfo-3.11). +makeinfo (GNU texinfo-3.11). GNU Texinfo 4.2 is recommended; it is +necessary for building packages, and we may move to it for the core. ADD-ON LIBRARIES ================ @@ -691,5 +692,6 @@ The most likely problem is that you forgot to read and follow the directions in README.packages. You can not have a working XEmacs without downloading some additional packages. -See the file PROBLEMS in this directory for a list of various -problems sometimes encountered, and what to do about them. +See the file PROBLEMS in this directory for a list of various problems +sometimes encountered, and what to do about them. PROBLEMS is also +the place where platform-specific build notes can be found.