Re: [Rdkit-devel] Install RDKit
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Paul E. <pe...@mr...> - 2015-01-28 22:30:24
|
On 28/01/15 20:14, Soren Wacker wrote: > Hi, > > I want to install RDKit to a certain directory. > However, when I am in the source directory and do > > md build > cd build > cmake .. -DCMAKE_INSTALL_PREFIX=/home/.../Programme/RDKit > > make > make install > > RDKit is build and installed, but not to the directory. > Where is RDKit then located? And why is it ignoring the installation > prefix. > That could to be a cmake/make error. > > -DCMAKE_INSTALL_PREFIX=$install_prefix is the correct form $ make install will tell you where it (want to) install things. Perhaps that will help? Does /home/.../Programme/RDKit exist? Paul. |