From b4f0fbdade0abedb6bb4dcd61a6444fc8ad90089 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Wed, 28 Mar 2012 16:49:39 +0200 Subject: Better user hints --- bin/algorithm-install | 12 ++++++++++++ bin/fminer-install | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3