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:
authordowobeha <dowobeha@1f5c12ca-751b-0410-a591-d2e778427230>2011-05-13 23:28:23 +0400
committerdowobeha <dowobeha@1f5c12ca-751b-0410-a591-d2e778427230>2011-05-13 23:28:23 +0400
commit9581b6aae2348be0339d6435e850e206c50a25aa (patch)
tree682d15343fa2d0abdaee2ca35ad8f4e583cba84e /regenerate-makefiles.sh
parent9375aa884675f5611e9fe99eaa97e29d3416c3ec (diff)
Updated syntactic classes (cherry-picking from commit bf7a7bb8e762057d9101768f37e4a30db2d4fdb5)
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3973 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 747dabf88..c4c2e8bee 100755
--- a/regenerate-makefiles.sh
+++ b/regenerate-makefiles.sh
@@ -54,7 +54,7 @@ $LIBTOOLIZE || die "libtoolize failed"
echo
echo "You should now be able to configure and build:"
-echo " ./configure [--with-srilm=/path/to/srilm] [--with-irstlm=/path/to/irstlm] [--with-randlm=/path/to/randlm] [--without-kenlm] [--with-xmlrpc-c=/path/to/xmlrpc-c-config]"
+echo " ./configure [--with-srilm=/path/to/srilm] [--with-irstlm=/path/to/irstlm] [--with-randlm=/path/to/randlm] [--without-kenlm] [--with-synlm=/path/to/modelblocks] [--with-xmlrpc-c=/path/to/xmlrpc-c-config]"
echo " make -j 4"
echo