summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-28 16:49:39 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-28 16:49:39 +0200
commitb4f0fbdade0abedb6bb4dcd61a6444fc8ad90089 (patch)
treecaf59c36150e1a48c7c52b8b1aa2bf9e31df37db
parent15eebab5ab5fdcf8064effb6dcb1cf36a4f9226b (diff)
Better user hints
-rwxr-xr-xbin/algorithm-install12
-rwxr-xr-xbin/fminer-install2
2 files changed, 13 insertions, 1 deletions
diff --git a/bin/algorithm-install b/bin/algorithm-install
index 99c4f7e..af65d97 100755
--- a/bin/algorithm-install
+++ b/bin/algorithm-install
@@ -51,5 +51,17 @@ fi
echo
install_with_bundler
+echo
+echo "Installation finished."
+echo
+echo "IMPORTANT: How to configure your system:"
+echo "IMPORTANT: a) Include '$OT_UI_CONF' in shell startup (e.g. ~/.bashrc)."
+echo "IMPORTANT: b) Manually source '$OT_UI_CONF' every time."
+echo "IMPORTANT: The command in both cases: '. $OT_UI_CONF'"
+echo "IMPORTANT: NOW would be the best time to configure!"
+echo
+echo "Thank you for your attention."
+echo
+
# return to wd
cd "$DIR"
diff --git a/bin/fminer-install b/bin/fminer-install
index ce28d95..5f43624 100755
--- a/bin/fminer-install
+++ b/bin/fminer-install
@@ -26,7 +26,7 @@ check_utils "git make sed"
printf "\n%50s\n" "FMINER"
local DIR=`pwd`
eval RUBY_INC="-I`dirname $RUBY_DIR/include/ruby*/*linux/ruby`\ -I`dirname $RUBY_DIR/include/ruby*/ruby`"
-eval OPBB_INC="-I`dirname $OT_PREFIX/openbabel*/include/openbabel*/openbabel`"
+eval OPBB_INC="-I/usr/include/openbabel-2.0"
cmd="$GIT submodule init" && run_cmd "$cmd" "Fminer Init"
cmd="$GIT submodule update" && run_cmd "$cmd" "Fminer Update"
cd "libfminer/libbbrc">>$LOG 2>&1