diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2013-01-22 19:36:40 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2013-01-22 19:36:40 +0000 |
commit | 5626c7b87575e9207b25579ce7ce84edcc6ca228 (patch) | |
tree | f3436586f6b161f54c64cdb3988c433d66203078 /www | |
parent | 4f1ad0a8426e0bba970bfaef1367e4e7a70ad0c1 (diff) | |
download | klee-5626c7b87575e9207b25579ce7ce84edcc6ca228.tar.gz |
Added a note about ulimit in the installation instructions; thanks to Hristina Palikareva for pointing this out.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@173185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/GetStarted.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/GetStarted.html b/www/GetStarted.html index 9e46ffbc..71e6b63a 100644 --- a/www/GetStarted.html +++ b/www/GetStarted.html @@ -152,6 +152,12 @@ used KLEE with a more recent version of STP.) </div> </li> +As documented on the STP website, it is essential to run the following +command before using STP (and thus KLEE): +<div class="instr"> + $ ulimit -s unlimited +</div> + <li>[Optional] <b>Build uclibc and the POSIX environment model:</b> |