diff options
| author | Chris Dyer <redpony@gmail.com> | 2010-01-24 09:28:43 +0000 | 
|---|---|---|
| committer | Chris Dyer <redpony@gmail.com> | 2010-01-24 09:28:43 +0000 | 
| commit | 9670fcbc15419c04f9a03d2118c3c697ed1423a8 (patch) | |
| tree | 4d74dae8969b85a37724dce9e4ffbb8567a5c449 /BUILDING | |
| parent | 613ccc6ea2401e76099a97d3698f13b8ea283497 (diff) | |
more autoconf fixes- use version of boost m4 macros which are much, much, much better
Diffstat (limited to 'BUILDING')
| -rw-r--r-- | BUILDING | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -11,12 +11,14 @@ Instructions for building   1) Download and build SRILM - 2) Download, build, and install Google Test + 2) Download, build, and install Google Test (optional, this is necessary +    to build unit tests that may be useful in development; system tests +    work without it)   3) Use automake / autoconf to generate the configure script.      I'm not an expert at using these tools, but this should be sufficient: -        autoreconf -i +        autoreconf -ifv   4) Configure and build.  Your command will look something like this. | 
