From c4692ae10f898c111a7d9d0bc9e7867820f249e1 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 19 Aug 2015 13:37:14 +0200 Subject: ob_{include|lib} paths fixed --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c398df2..ac40156 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,33 @@ Dependencies You will also need at least mongodb version 3.0, but Debian "Wheezy" provides version 2.4. Please follow the instructions at http://docs.mongodb.org/manual/tutorial/install-mongodb-on-debian/: - ``` +``` sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 echo "deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list sudo apt-get update sudo apt-get install -y mongodb-org - ``` +``` Installation ------------ - gem install lazar + `gem install lazar` + + Please be patient, the compilation of OpenBabel and Fminer libraries can be very time consuming. If installation fails you can try a + + Manual installation + ................... + +``` + git clone https://github.com/opentox/lazar.git + cd lazar + ruby ext/lazar/extconf.rb + bundle install +``` + + This should give you more verbose information that can help in debugging (e.g. to identify missing libraries). + + This should Documentation ------------- -- cgit v1.2.3