From b31e4da2c52aca2f4fd17d3317ad462cfd56b7df Mon Sep 17 00:00:00 2001 From: Adam Lopez Date: Sat, 5 Dec 2009 16:00:57 +0000 Subject: Update build instructions --- BUILDING | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'BUILDING') diff --git a/BUILDING b/BUILDING index bedfa5d4..222dad06 100644 --- a/BUILDING +++ b/BUILDING @@ -14,22 +14,13 @@ Instructions for building 2) Download, build, and install Google Test 3) Use automake / autoconf to generate the configure script. - I'm not an expert at using these tools, so I'm not quite sure how to do - this, I just flail around until it works. Since I have my own m4 scripts - you'll need to make sure to do: + I'm not an expert at using these tools, but this should be sufficient: - aclocal -I m4/ - - I usually have to do some permutation of the following commands: - - aclocal -I m4/ - autoconf - automake -a - autoreconf + autoreconf -i 4) Configure and build. Your command will look something like this. - ./configure --with-sirlm=/home/me/software/srilm-1.5.9 --with-gtest=/home/me/software/gtest + ./configure --with-sirlm=/home/me/software/srilm-1.5.9 --enable-gtest make If you get errors during configure about missing BOOST macros, then step 3 -- cgit v1.2.3