Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2008-10-28 20:17:01 +0300
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2008-10-28 20:17:01 +0300
commitece61581a04aacd164e3183e81283b66e837c0bc (patch)
treef496a1b03e2c861b464accc02690f2ef320ae1e0 /regenerate-makefiles.sh
parentbfbbefd710c29f421a86823e9d32565723ac191f (diff)
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
Diffstat (limited to 'regenerate-makefiles.sh')
-rwxr-xr-xregenerate-makefiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regenerate-makefiles.sh b/regenerate-makefiles.sh
index ca30075ed..5bfd6b7dc 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