From a0d99ccf4d2120dff26b2625a4bc1f5eca350f2b Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Thu, 29 Mar 2012 10:43:26 +0200 Subject: first commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..a86dbc3 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# openbabel gem + +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: + + * cmake + * curl + * tar, sed, make (those should be present anyway) + +## Install +gem install openbabel + +It downloads the sources, compiles the ruby bindings and installs them. Check out [http://cs.maunz.de](http://cs.maunz.de) for more information. -- cgit v1.2.3