diff options
author | Kenneth Heafield <kheafiel@cluster01.lti.ece.cmu.local> | 2012-05-27 15:05:56 -0400 |
---|---|---|
committer | Kenneth Heafield <kheafiel@cluster01.lti.ece.cmu.local> | 2012-05-27 15:05:56 -0400 |
commit | 6fd22244aaa33cd5cbc4d9bd1003e6eef7b6e418 (patch) | |
tree | f80a864a365b7c8d97396851e18638a1ce55537f /Jamroot | |
parent | ff497ae4fa2e96f3b0970647029082764b890acd (diff) |
Add example installing perl script
Diffstat (limited to 'Jamroot')
-rw-r--r-- | Jamroot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ project : default-build <warnings>on <variant>release ; install-bin-libs dpmert//programs utils//programs mteval//programs klm/lm//programs training//liblbfgs decoder//cdec phrasinator//programs mira//kbest_mira ; +install perl-scripts : dpmert//dpmert.pl : <location>$(bindir) ; + build-projects mteval decoder dpmert klm/lm training/liblbfgs ; #Compile everything ending with _test.cc into a test and run it. |