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
commit8a10fd2856e13489cc10d2c683ecbce687f1e5ff (patch)
tree80e82873dd03f004995c623b0e4dbc1897d3aba7
parent645b794d5941177b206ba97355c1861e367e2e69 (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