summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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