summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-09-04 08:36:55 +0200
committerAndreas Maunz <andreas@maunz.de>2012-09-04 08:36:55 +0200
commitf20e16cc5287bbda04725dded30ea3eb1c19c77e (patch)
treed2532df6847e563f3da424b4f65986bc1f21254c /install
parentc92587c43f2c9b5b1538259073a8ac2e03980efb (diff)
Support for manual OB install
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index 00355a7..c8f335f 100755
--- a/install
+++ b/install
@@ -41,6 +41,7 @@ echo
[ -f $OT_DEFAULT_CONF ] || (cmd="echo '\$aa = { :uri => nil }' > $OT_DEFAULT_CONF" && run_cmd "$cmd" "default.rb => $HOME/.opentox/config")
. ./base-install # Debian specific; disable this for others.
+./openbabel-install # Download, compile and build openbabel. Install to OT_PREFIX
./raptor2-install # Download, compile and build raptor2. Install to OT_PREFIX.
./rasqal-install # Download, compile and build rasqal. Install to OT_PREFIX.
./4store-install # Download, compile and build 4store. Install to OT_PREFIX.