diff README @ 3:0c42bebab126 draft default tip

Uploaded
author jorrit
date Thu, 07 Feb 2013 16:58:40 -0500
parents 569830319099
children
line wrap: on
line diff
--- a/README	Thu Feb 07 16:57:42 2013 -0500
+++ b/README	Thu Feb 07 16:58:40 2013 -0500
@@ -1,4 +1,11 @@
+The following libraries need to be installed to use the obo tools:
 
-oather This is a tools that says hello.
+# termfinder needs g++ and other build tools
+sudo apt-get $APT_OPTS install build-essential
 
-And an update.
+# 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