Mercurial > repos > m-zytnicki > mmquant
changeset 3:6de4f428ef5f draft default tip
Uploaded
author | m-zytnicki |
---|---|
date | Tue, 11 Apr 2017 11:27:13 -0400 |
parents | fc9d40c697e8 |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Apr 11 11:26:53 2017 -0400 +++ b/tool_dependencies.xml Tue Apr 11 11:27:13 2017 -0400 @@ -4,9 +4,8 @@ <install version="1.0"> <actions> <action type="download_by_url">https://bitbucket.org/mzytnicki/multi-mapping-counter/get/master.zip</action> - <action type="shell_command">g++ mmquant.cpp -Wall -pthread -std=c++11 -lz -o mmquant -O3</action> <action type="move_file"> - <source>mmquant</source> + <source>mmquant_static</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="set_environment"> @@ -15,7 +14,7 @@ </actions> </install> <readme> - Compiling mmquant requires a C++11 compiler, and zlib. + This script download the last version of mmquant from BitBucket. </readme> </package> </tool_dependency>