summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-29 11:28:37 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-29 11:28:37 +0200
commit65f4e5556550be3ef64668c57db41d9ad530746d (patch)
treeb6ac568f71c5e44a07229f8c0d58a2e75a5ce4af
parenta0d99ccf4d2120dff26b2625a4bc1f5eca350f2b (diff)
Added openbabel lib as dependency in README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a86dbc3..60bb226 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,9 @@
GEM for [OpenBabel](http://openbabel.sf.net), a chemical library by Noel O'Boyle and others.
-openbabel gem has been tested with ruby 1.9. It only compiles on POSIX systems and requires:
+openbabel gem has been tested with ruby 1.9. It only compiles on POSIX systems and requires the following to be installed already:
+ * openbabel library
* cmake
* curl
* tar, sed, make (those should be present anyway)