summaryrefslogtreecommitdiffstats
path: root/readme
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2008-03-07 08:01:00 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2008-03-07 08:01:00 -0800
commit8eeecc517568a1bd2a6f8379f81303a7c7c57d1b (patch)
treebe2da1197a32d1fd38f9ede9370d50ba64cbb56a /readme
parent8bd19a27bf2f50b7502d01bbbbe71714c154cd2f (diff)
downloadabc-8eeecc517568a1bd2a6f8379f81303a7c7c57d1b.tar.gz
abc-8eeecc517568a1bd2a6f8379f81303a7c7c57d1b.tar.bz2
abc-8eeecc517568a1bd2a6f8379f81303a7c7c57d1b.zip
Version abc80307
Diffstat (limited to 'readme')
-rw-r--r--readme7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme b/readme
index 5c06d4b5..b1588510 100644
--- a/readme
+++ b/readme
@@ -21,6 +21,13 @@ Several things to try if it does not compile on your platform:
compiling ABC with gcc. Please try installing this library from
http://tiswww.case.edu/php/chet/readline/rltop.html
+To compile the latest version of ABC, you may need to define "LIN" or "LIN64"
+(depending on whether you are using 32- or 64-bit Linux).
+For example, instead of
+ OPTFLAGS := -g -O
+use
+ OPTFLAGS := -g -O -DLIN64
+in Makefile.
Finally, run regression test:
abc>>> so regtest.script