Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 517 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 517 Bytes

rdkit-chem gem

GEM for RDKIT, an Open-Source Cheminformatics Software

Environment

Prerequisites

  • cmake 3.8 or later
  • curl
  • tar, sed, make (those should be present anyway)
  • SWIG 2 or later
  • python header (python-dev)
  • sqlite (sqlite3-dev)
  • boost > 1.58 (libboost-all-dev)
  • gcc

Install

gem install rdkit_chem

It downloads the sources, compiles and installs RDKIT with the ruby bindings. The installation may last very long - please be patient.