Previous changeset 2:fc9d40c697e8 (2017-04-11) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r fc9d40c697e8 -r 6de4f428ef5f tool_dependencies.xml --- a/tool_dependencies.xml Tue Apr 11 11:26:53 2017 -0400 +++ b/tool_dependencies.xml Tue Apr 11 11:27:13 2017 -0400 |
b |
@@ -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> |