summaryrefslogtreecommitdiff
path: root/README.md
blob: a86dbc3d7908b597872cbea246c741e1a01ef274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.