Adding dependency info to README
authorChristopher L. Conway <christopherleeconway@gmail.com>
Tue, 26 Oct 2010 15:25:47 +0000 (15:25 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Tue, 26 Oct 2010 15:25:47 +0000 (15:25 +0000)
README

diff --git a/README b/README
index 3608dfef07197b3993482e0ec665e5f69f627057..67c5aa41c8f94cf3bae0d5f93b223d22f92affbe 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ This is a prerelease version of CVC4; distribution is restricted.
 For a suggestion of editing CVC4 code with emacs, see README.emacs.
 
 To build, you'll need reasonably new automake, autoconf, and libtool
-installed. Execute,
+installed (see below). Execute,
 
     ./autogen.sh 
     ./configure
@@ -13,4 +13,19 @@ 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.
 
+*** Dependencies
+
+The following tools and libraries are required to build CVC4. Versions
+given are minimum versions; more recent versions should be compatible.
+
+Automake v1.11
+Autoconf v2.61 
+Libtool v2.2.6
+GMP v4.3
+ANTLR + libantlr3c v3.2
+
+Optional:
+
+CLN v1.2 (NOTE: CLN is a GPL library)
+
 -- Morgan Deters <mdeters@cs.nyu.edu>  Mon, 02 Nov 2009 18:28:47 -0500