From 9670fcbc15419c04f9a03d2118c3c697ed1423a8 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sun, 24 Jan 2010 09:28:43 +0000 Subject: more autoconf fixes- use version of boost m4 macros which are much, much, much better --- BUILDING | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'BUILDING') 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. -- cgit v1.2.3