Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in i18n_book_navigation_set_breadcrumb() (line 212 of /home/sasaoj5/public_html/ms-cheminfo.com/sites/all/modules/i18n_book_navigation/i18n_book_navigation.module).

Install RDKit

As of July 2015 on Debian 8.1, "sudo apt-get install rdkit" seems be working fine (with own built boost shared objects)" 

Getting source from git

git clone https://github.com/rdkit/rdkit
cd rdkit
export RDBASE=`pwd`
mkdir build; cd build
cmake -DBOOST_ROOT=/usr/local/boost-1_62 -DRDK_BUILD_INCHI_SUPPORT=ON \
-DRDK_BUILD_PYTHON_WRAPPERS=OFF ..
make -j8
make test
make install

For Mac with non-intree install prefix

cmake -DBOOST_ROOT=/usr/local/boost-1_62 -DRDK_BUILD_INCHI_SUPPORT=ON \
-DRDK_BUILD_PYTHON_WRAPPERS=OFF -DRDK_INSTALL_INTREE=OFF -DCMAKE_MACOSX_RPATH=TRUE ..

English

User login