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 /BUILD-INSTRUCTIONS.txt
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 'BUILD-INSTRUCTIONS.txt')
-rw-r--r--BUILD-INSTRUCTIONS.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD-INSTRUCTIONS.txt b/BUILD-INSTRUCTIONS.txt
index 72944c316..01c41d2f3 100644
--- a/BUILD-INSTRUCTIONS.txt
+++ b/BUILD-INSTRUCTIONS.txt
@@ -33,7 +33,7 @@ you DO NOT override the MACHINE_TYPE variable on the command line when
you do so, as this can lead to problems locating the library.
./regenerate-makefiles.sh
- ./configure --with-srilm=/path/to/srilm
+ ./configure [--with-srilm=/path/to/srilm] [--with-irstlm=/path/to/irstlm]
The resulting decoder binary will be moses-cmd/src/moses .
@@ -46,7 +46,7 @@ you DO NOT override the MACHINE_TYPE variable on the command line when
you do so, as this can lead to problems locating the library.
./regenerate-makefiles.sh
- ./configure --with-irstlm=/path/to/irstlm
+ ./configure [--with-srilm=/path/to/srilm] [--with-irstlm=/path/to/irstlm]
The resulting decoder binary will be moses-cmd/src/moses .