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:
authorheafield <heafield@1f5c12ca-751b-0410-a591-d2e778427230>2010-09-28 22:02:08 +0400
committerheafield <heafield@1f5c12ca-751b-0410-a591-d2e778427230>2010-09-28 22:02:08 +0400
commit193109e20081ecb0f5b3d03cbb764186c0d6d87f (patch)
treeb5c709cecf999f7da1e671867ac50d91cbad70b7 /regenerate-makefiles.sh
parent770df2a92dca931597e69d373726f820e2779018 (diff)
Link kenlm by default (it was already being built). Allow --without-kenlm to avoid linking. Add myself to the build instructions.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3588 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 d39dad57c..22fff2253 100755
--- a/regenerate-makefiles.sh
+++ b/regenerate-makefiles.sh
@@ -53,7 +53,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] [--with-kenlm=/path/to/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-xmlrpc-c=/path/to/xmlrpc-c-config]"
echo " make -j 4"
echo