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
path: root/moses
diff options
context:
space:
mode:
authorredpony <redpony@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-20 21:27:17 +0400
committerredpony <redpony@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-20 21:27:17 +0400
commit069af29c312cf7e9cbe33a86145a6da861e015f8 (patch)
tree01a24f1668d8da5ae59ac09b8f89f73dea9fb2de /moses
parente7630f52bcfe55c9127813b03070d24f991e6104 (diff)
add suggestion to use --enable-maintainer-mode
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@783 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses')
-rwxr-xr-xmoses/regenerate-makefiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/regenerate-makefiles.sh b/moses/regenerate-makefiles.sh
index 504aa9e80..951545f2d 100755
--- a/moses/regenerate-makefiles.sh
+++ b/moses/regenerate-makefiles.sh
@@ -9,6 +9,6 @@ automake
echo
echo "You should now be able to configure and build:"
-echo " ./configure --with-srilm=/path/to/srilm"
+echo " ./configure --enable-maintainer-mode --with-srilm=/path/to/srilm"
echo " make -j 4"
echo