diff options
author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-10-02 14:09:30 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-10-02 14:09:30 -0400 |
commit | 8a10fd2856e13489cc10d2c683ecbce687f1e5ff (patch) | |
tree | 80e82873dd03f004995c623b0e4dbc1897d3aba7 | |
parent | 645b794d5941177b206ba97355c1861e367e2e69 (diff) |
better readme
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |