comparison README @ 3:0c42bebab126 draft default tip

Uploaded
author jorrit
date Thu, 07 Feb 2013 16:58:40 -0500
parents 569830319099
children
comparison
equal deleted inserted replaced
2:e71204d5e03c 3:0c42bebab126
1 The following libraries need to be installed to use the obo tools:
1 2
2 oather This is a tools that says hello. 3 # termfinder needs g++ and other build tools
4 sudo apt-get $APT_OPTS install build-essential
3 5
4 And an update. 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