summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2009-11-24 21:28:03 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2009-11-24 21:28:03 +0000
commit6f6a6bc95e661996a08b882ef6c7fdbdd0140e80 (patch)
tree34817ff3302977be6ff0f62db1c66b96681b1a77 /README
parent811158832b74e3b101af2c7473f4e11a41377dd4 (diff)
Partial parser for booleans
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index b6b20aba8..3608dfef0 100644
--- a/README
+++ b/README
@@ -2,9 +2,12 @@ This is a prerelease version of CVC4; distribution is restricted.
For a suggestion of editing CVC4 code with emacs, see README.emacs.
-To build, use the top-level script "autogen.sh" to invoke various
-autotools. You'll need reasonably new automake, autoconf, and libtool
-installed. Then ./configure && make as usual.
+To build, you'll need reasonably new automake, autoconf, and libtool
+installed. Execute,
+
+ ./autogen.sh
+ ./configure
+ make
To build a source release, use "make dist"; this will include the
configure script and all the bits of automake/autoconf/libtool that
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback