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:
authorKenneth Heafield <github@kheafield.com>2011-11-25 20:53:02 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-25 20:53:02 +0400
commit0da8f1f4eb63a4249df7c3b50cc8df91fd3140c9 (patch)
treeb71681b01b8bdfbe94be0cd00e04110096d4ef0a /Jamroot
parent7e015144168835d0ace000fbd43e1e968643fd03 (diff)
Build scripts from root.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot8
1 files changed, 8 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index b8180c132..40180553f 100644
--- a/Jamroot
+++ b/Jamroot
@@ -14,9 +14,15 @@
#Note that, like language models, this is the --prefix where the library was
#installed, not some executable within the library.
#
+#--with-giza=/path/to/giza
+#Indicates where binaries GIZA++, snt2cooc.out, and mkcls live.
+#Builds scripts/training/train-model.perl using these paths.
+#
#--notrace compiles without TRACE macros
#
+#INSTALLATION
#--install=/path/to/install sets the install directory (default dist).
+#--install-scripts=/path/to/scripts copies scripts into a directory.
#--git appends the git revision to the install directory name.
#
# By default, the build is multi-threaded, optimized, and statically linked.
@@ -136,6 +142,8 @@ build-project util ;
#Trigger instllation into legacy paths.
build-project moses-cmd/src ;
build-project moses-chart-cmd/src ;
+#Scripts have their own binaries
+build-project scripts ;
install-location = [ option.get "install" : $(TOP)/dist ] ;