summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index f4178844d..d064c226d 100644
--- a/README
+++ b/README
@@ -9,9 +9,16 @@ installed (see below). Execute,
./configure
make
+You can then "make install" to install in the prefix you gave to
+the configure script (/usr/local by default).
+
To build a source release, use "make dist"; this will include the
configure script and all the bits of automake/autoconf/libtool that
-are necessary for an independent install.
+are necessary for an independent install. You'll find the resulting
+tarball in builds/cvc4-${VERSION}.tar.gz.
+
+To build documentation, use "make doc". Documentation is produced
+under doc/ but is not installed by "make install".
*** Dependencies
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback