Project

rdkit_chem

0.0
No release in over 3 years
Low commit activity in last 3 years
RDKit as a GEM
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.