summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-06-09 11:44:44 +0200
committerAndreas Maunz <andreas@maunz.de>2011-06-09 11:44:44 +0200
commite51c81eb01668fd92156b4a8aacc3e0c8584dc62 (patch)
tree287d2b624179e38ab4de0db67e164887fcf172d8
parent4e84079b180d6ac7dd1b752895ba7065521a116b (diff)
New OT
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 2659a42..7fa7371 100644
--- a/README
+++ b/README
@@ -36,6 +36,14 @@ otupdate() {
otconfig
cd $HOME/opentox-ruby/www/opentox
for d in `find -not -name "." -type d -maxdepth 1 2>/dev/null`; do echo $d ; cd $d ; git pull ; echo ; cd - ; done
+ cd $HOME/opentox-ruby/www/opentox/algorithm/libfminer
+ git pull
+ make -C libbbrc/ ruby
+ make -C liblast/ ruby
+ cd -
+ cd $HOME/opentox-ruby/www/opentox/algorithm/last-utils
+ git pull
+ cd -
cd opentox-ruby
rake install
LINK_DIR=`gem which opentox-ruby | sed 's/\/opentox-ruby.rb//'`