Mercurial > repos > jorrit > obotools
comparison README @ 0:4f8ea94020b1
Uploaded
author | jorrit |
---|---|
date | Fri, 08 Feb 2013 20:12:14 -0500 |
parents | |
children | 9d9a06b511ff |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4f8ea94020b1 |
---|---|
1 The following libraries need to be installed to use the obo tools: | |
2 | |
3 # termfinder needs g++ and other build tools | |
4 sudo apt-get $APT_OPTS install build-essential | |
5 | |
6 # perl dbi / perl DBD::mysql | |
7 sudo apt-get $APT_OPTS install libdbi-perl libdbd-mysql-perl | |
8 | |
9 # GO:TermFinder needs dependencies GraphViz and GD graphics libraries | |
10 sudo apt-get $APT_OPTS install libgraphviz-perl | |
11 sudo apt-get $APT_OPTS install libgd-gd2-perl |