# HG changeset patch # User iracooke # Date 1382586491 14400 # Node ID b72af28d9da2b20ad9b5375d3956093c45525bda Updated README diff -r 000000000000 -r b72af28d9da2 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Oct 23 23:48:11 2013 -0400 @@ -0,0 +1,29 @@ + + + + + + https://dl.dropboxusercontent.com/u/226794/galaxy/tpp_4.6.1.tar.gz + + sh install.sh $env.INSTALL_DIR + + + $INSTALL_DIR/perl5 + $INSTALL_DIR + + + + + This part of the installer is extremely minimal. It just downloads and runs a shell script that does the install. + The installer will attempt to do the following; + + 1. Download and install perl-locallib and cpanminus + 2. Install perl packages required by the TPP into a self contained perl local lib + 3. Download the source code of the TPP and compile it. + + Installation has been tested on an Ubuntu Precise 64 box with the following system packages installed + curl build-essential mercurial libperl-dev liblocal-lib-perl cpanminus libxml2-dev expat libexpat1-dev libbz2-dev + + + +