# HG changeset patch # User yhoogstrate # Date 1438343094 14400 # Node ID f8ac4d4dc4cfe93dedbebd35b70e822e40117726 Uploaded diff -r 000000000000 -r f8ac4d4dc4cf tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jul 31 07:44:54 2015 -0400 @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + git clone https://github.com/yhoogstrate/segmentation-fold.git + git reset --hard 61db54315e45f2b96a241e319d99b119b26fa072 + + + + + + + + + + + + + + + cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . && + make && + make install + + + + $INSTALL_DIR/bin + $INSTALL_DIR/share/segmentation-fold/segments.xml + + + + + Installation of segmentation-fold requires: + - git + - libboost (via toolshed) + - CMake (via toolshed) + - c++11 compiler: g++ or clang + + segmentation-fold license: + GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. + + This is free software: you are free to change and redistribute it. + There is NO WARRANTY, to the extent permitted by law. + + +