Skip to content

Commit

Permalink
make build instructions. can build with both sri & irst @ same time
Browse files Browse the repository at this point in the history
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1919 1f5c12ca-751b-0410-a591-d2e778427230
  • Loading branch information
hieuhoang1972 committed Oct 28, 2008
1 parent bfbbefd commit ece6158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BUILD-INSTRUCTIONS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

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

Expand Down
2 changes: 1 addition & 1 deletion regenerate-makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ece6158

Please sign in to comment.