summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-08-19 13:37:14 +0200
committerChristoph Helma <helma@in-silico.ch>2015-08-19 13:37:14 +0200
commitc4692ae10f898c111a7d9d0bc9e7867820f249e1 (patch)
tree80c5c14d1edacb5dc8c058d50c502ef2204bca4f /README.md
parent36e10aa98a3d19a78a1889857262abe338a05eef (diff)
ob_{include|lib} paths fixed
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 19 insertions, 3 deletions
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
-------------