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
This commit is contained in:
hieuhoang1972 2008-10-28 17:17:01 +00:00
parent bfbbefd710
commit ece61581a0
2 changed files with 3 additions and 3 deletions

View File

@ -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 .

View File

@ -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