summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 08a353c69..22d4fddcc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,6 +15,12 @@ PREREQUISITES
are all *required*. The vendor-provided compiler, assembler and make
have major problems.
+* Under MacOS X, before you begin, you must raise the limit on the
+ stack size with one of the following commands:
+
+ limit stacksize 64M # if your shell is zsh or tcsh
+ ulimit -s 65536 # if your shell is bash
+
INSTALLATION INSTRUCTIONS