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-11-04 21:01:30 +0300
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2008-11-04 21:01:30 +0300
commit5539e812094501996831f95af765ea47c901b184 (patch)
tree7ef751d83126567a79510c1f09c6951be25c7781 /regenerate-makefiles.sh
parenta670ddddd94c4881ae5d57645705256257fc4fab (diff)
configure for randlm
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1934 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 5bfd6b7dc..a7f1db700 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] [--with-irstlm=/path/to/irstlm]"
+echo " ./configure [--with-srilm=/path/to/srilm] [--with-irstlm=/path/to/irstlm] [--with-randlm=/path/to/randlm]"
echo " make -j 4"
echo