summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-10-02 14:09:30 -0400
committerChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-10-02 14:09:30 -0400
commitf7175481a7ea9b8733bc023016112141e29fd827 (patch)
tree73928d62275ac1ec3984e3e5295cbc0c039d1931
parentabba3dc169341e2179c57c76d0f07c8c125b770c (diff)
better readme
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index d19fda3e..d89e9558 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,12 @@ Build `cdec`:
You will need the following libraries / tools:
- boost
- GNU Autotools
- GNU Flex
+- [Autoconf / Automake / Libtool](http://www.gnu.org/software/autoconf/)
+ - Older versions of GNU autotools may not work properly.
+- [Boost C++ libraries (version 1.44 or later)](http://www.boost.org/)
+ - If you build your own boost, you _must install it_ using `bjam install`.
+ - Older versions of Boost _may_ work, but problems have been reported with command line option parsing on some platforms with older versions.
+- [GNU Flex](http://flex.sourceforge.net/)
## Further information