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 | f7175481a7ea9b8733bc023016112141e29fd827 (patch) | |
tree | 73928d62275ac1ec3984e3e5295cbc0c039d1931 /README.md | |
parent | abba3dc169341e2179c57c76d0f07c8c125b770c (diff) |
better readme
Diffstat (limited to 'README.md')
-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 |