diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2006-04-12 08:01:00 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2006-04-12 08:01:00 -0700 |
commit | c1710767b298a8acae16421a660a0874255636a5 (patch) | |
tree | 308ec887b66bcd608a1d7f448d45c27b3b2e93fb /readme | |
parent | 3f4fc5e4507f7fb9df431fc116529b4c209ab97c (diff) | |
download | abc-c1710767b298a8acae16421a660a0874255636a5.tar.gz abc-c1710767b298a8acae16421a660a0874255636a5.tar.bz2 abc-c1710767b298a8acae16421a660a0874255636a5.zip |
Version abc60412
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,4 +12,7 @@ If compiling as a static library, it is necessary to uncomment Several things to try if it does not compile on your platform: - Try running all code through dos2unix (Solaris) -- Try removing flags from the libs line (LIBS :=) in Makefile (Mac)
\ No newline at end of file +- Try removing flags from the libs line (LIBS :=) in Makefile (Mac) + +Finally, run regression test: +abc>>> so regtest.script |