summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-29 20:36:35 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-29 20:36:35 +0000
commit06e088262574a9f3e1638d89b93a25ae83514820 (patch)
tree21546aec6fa84612c5ca0695a4ca0a46145fae2a /README
parent777d698c0b11c35da05c55488b02b42064c0fc48 (diff)
* Numerous documentation fixes (fix doxygen warnings, add missing documentation, etc.).
* Remove sat_module.cpp, which was no longer used (was previously refactored?)
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index ed8edd53a..37c285639 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ This is a prerelease version of CVC4.
To build, you'll need reasonably new automake, autoconf, and libtool
installed (see below). Execute,
- ./autogen.sh
+ ./autogen.sh
./configure
make
@@ -80,10 +80,10 @@ includes a diff of all changes made to cudd makefiles.
*** Build dependencies
The following tools and libraries are required to build CVC4 from
-scratch.
+scratch.
Automake v1.11
-Autoconf v2.61
+Autoconf v2.61
Libtool v2.2
ANTLR3 v3.2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback