Mercurial > repos > jorrit > obotest
annotate README @ 3:0c42bebab126 draft default tip
Uploaded
| author | jorrit |
|---|---|
| date | Thu, 07 Feb 2013 16:58:40 -0500 |
| parents | 569830319099 |
| children |
| rev | line source |
|---|---|
| 3 | 1 The following libraries need to be installed to use the obo tools: |
| 1 | 2 |
| 3 | 3 # termfinder needs g++ and other build tools |
| 4 sudo apt-get $APT_OPTS install build-essential | |
| 1 | 5 |
| 3 | 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 |
