From ece61581a04aacd164e3183e81283b66e837c0bc Mon Sep 17 00:00:00 2001 From: hieuhoang1972 Date: Tue, 28 Oct 2008 17:17:01 +0000 Subject: [PATCH] make build instructions. can build with both sri & irst @ same time git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1919 1f5c12ca-751b-0410-a591-d2e778427230 --- BUILD-INSTRUCTIONS.txt | 4 ++-- regenerate-makefiles.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD-INSTRUCTIONS.txt b/BUILD-INSTRUCTIONS.txt index 72944c316f..01c41d2f35 100644 --- a/BUILD-INSTRUCTIONS.txt +++ b/BUILD-INSTRUCTIONS.txt @@ -33,7 +33,7 @@ you DO NOT override the MACHINE_TYPE variable on the command line when you do so, as this can lead to problems locating the library. ./regenerate-makefiles.sh - ./configure --with-srilm=/path/to/srilm + ./configure [--with-srilm=/path/to/srilm] [--with-irstlm=/path/to/irstlm] The resulting decoder binary will be moses-cmd/src/moses . @@ -46,7 +46,7 @@ you DO NOT override the MACHINE_TYPE variable on the command line when you do so, as this can lead to problems locating the library. ./regenerate-makefiles.sh - ./configure --with-irstlm=/path/to/irstlm + ./configure [--with-srilm=/path/to/srilm] [--with-irstlm=/path/to/irstlm] The resulting decoder binary will be moses-cmd/src/moses . diff --git a/regenerate-makefiles.sh b/regenerate-makefiles.sh index ca30075ed0..5bfd6b7dc1 100755 --- a/regenerate-makefiles.sh +++ b/regenerate-makefiles.sh @@ -40,7 +40,7 @@ $AUTOMAKE || die "automake failed" echo echo "You should now be able to configure and build:" -echo " ./configure --with-srilm=/path/to/srilm" +echo " ./configure [--with-srilm=/path/to/srilm] [--with-irstlm=/path/to/irstlm]" echo " make -j 4" echo