summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2010-01-24 09:28:43 +0000
committerChris Dyer <redpony@gmail.com>2010-01-24 09:28:43 +0000
commit9670fcbc15419c04f9a03d2118c3c697ed1423a8 (patch)
tree4d74dae8969b85a37724dce9e4ffbb8567a5c449 /BUILDING
parent613ccc6ea2401e76099a97d3698f13b8ea283497 (diff)
more autoconf fixes- use version of boost m4 macros which are much, much, much better
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUILDING b/BUILDING
index 4ffa3fac..4f4180da 100644
--- a/BUILDING
+++ b/BUILDING
@@ -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.