summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-04-12 11:37:47 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-04-12 11:37:47 -0700
commit90cf0b579f2c6e710e82aae2c032301f7cfbcb35 (patch)
tree834fd122d5ea10fd7488c2a5469db56cf260c1ed
parent395bd727a17fc68c12c5963e11a7f2d99a1d012b (diff)
downloadabc-90cf0b579f2c6e710e82aae2c032301f7cfbcb35.tar.gz
abc-90cf0b579f2c6e710e82aae2c032301f7cfbcb35.tar.bz2
abc-90cf0b579f2c6e710e82aae2c032301f7cfbcb35.zip
Updating compilation instruction for the case when Readline or Pthreads are used.
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 51b2ff56..8303e06e 100644
--- a/readme.md
+++ b/readme.md
@@ -74,9 +74,9 @@ If the bug still persists, please provide the following information:
1. If compilation does not start because of the cyclic dependency check,
try touching all files as follows: `find ./ -type f -exec touch "{}" \;`
1. If compilation fails because readline is missing, install 'readline' library or
-compile with `make READLINE=0`
+compile with `make ABC_USE_NO_READLINE=1`
1. If compilation fails because pthreads are missing, install 'pthread' library or
-compile with `make PTHREADS=0`
+compile with `make ABC_USE_NO_PTHREADS=1`
* See http://sourceware.org/pthreads-win32/ for pthreads on Windows
* Precompiled DLLs are available from ftp://sourceware.org/pub/pthreads-win32/dll-latest
1. If compilation fails in file "src/base/main/libSupport.c", try the following: