annotate README @ 3:0c42bebab126 draft default tip

Uploaded
author jorrit
date Thu, 07 Feb 2013 16:58:40 -0500
parents 569830319099
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
0c42bebab126 Uploaded
jorrit
parents: 1
diff changeset
1 The following libraries need to be installed to use the obo tools:
1
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents: 0
diff changeset
2
3
0c42bebab126 Uploaded
jorrit
parents: 1
diff changeset
3 # termfinder needs g++ and other build tools
0c42bebab126 Uploaded
jorrit
parents: 1
diff changeset
4 sudo apt-get $APT_OPTS install build-essential
1
569830319099 adding test files
jorrit <jhpoelen@xs4all.nl>
parents: 0
diff changeset
5
3
0c42bebab126 Uploaded
jorrit
parents: 1
diff changeset
6 # perl dbi / perl DBD::mysql
0c42bebab126 Uploaded
jorrit
parents: 1
diff changeset
7 sudo apt-get $APT_OPTS install libdbi-perl libdbd-mysql-perl
0c42bebab126 Uploaded
jorrit
parents: 1
diff changeset
8
0c42bebab126 Uploaded
jorrit
parents: 1
diff changeset
9 # GO:TermFinder needs dependencies GraphViz and GD graphics libraries
0c42bebab126 Uploaded
jorrit
parents: 1
diff changeset
10 sudo apt-get $APT_OPTS install libgraphviz-perl
0c42bebab126 Uploaded
jorrit
parents: 1
diff changeset
11 sudo apt-get $APT_OPTS install libgd-gd2-perl