Mercurial > repos > jorrit > obotools
diff README @ 0:4f8ea94020b1
Uploaded
author | jorrit |
---|---|
date | Fri, 08 Feb 2013 20:12:14 -0500 |
parents | |
children | 9d9a06b511ff |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Fri Feb 08 20:12:14 2013 -0500 @@ -0,0 +1,11 @@ +The following libraries need to be installed to use the obo tools: + +# termfinder needs g++ and other build tools +sudo apt-get $APT_OPTS install build-essential + +# perl dbi / perl DBD::mysql +sudo apt-get $APT_OPTS install libdbi-perl libdbd-mysql-perl + +# GO:TermFinder needs dependencies GraphViz and GD graphics libraries +sudo apt-get $APT_OPTS install libgraphviz-perl +sudo apt-get $APT_OPTS install libgd-gd2-perl