# HG changeset patch # User nilesh # Date 1373912002 18000 # Node ID 8df4a4096ae239af030f6feb8942abaaea8a76ca # Parent 0f95d40cb684a86ceca2357024a1b3dd9b2991f1 separate into 2 dependencies diff -r 0f95d40cb684 -r 8df4a4096ae2 tool_dependencies.xml --- a/tool_dependencies.xml Mon Jul 15 12:09:37 2013 -0500 +++ b/tool_dependencies.xml Mon Jul 15 13:13:22 2013 -0500 @@ -1,14 +1,18 @@ + + + - http://zlib.net/zlib-1.2.8.tar.gz - ./configure --prefix=$INSTALL_DIR/zlib - make - make install prefix=$INSTALL_DIR/zlib + + + + + git clone https://github.com/najoshi/sickle.git - cd ./sickle && make LIBS="-L$INSTALL_DIR/zlib/lib -lz" + cd ./sickle && make LIBS="-L$ZLIB_PATH -lz" sickle/sickle $INSTALL_DIR/bin