summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
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.