Install Instructions for minimisation server do not work.
Open-source online virtual screening tools for large databases
Status: Beta
Brought to you by:
dkoes
The instructions in the readme (in this directory: https://sourceforge.net/p/pharmit/code/ci/master/tree/src/) namely:
#smina
git clone http://git.code.sf.net/p/smina/code smina
cd smina/build/linux/release/
make -j8
cp libsmina.a /usr/local/lib/
cd ../../../..
Don't work, the version of smina that is returned by that git clone command does not have the build/linux/release directories. Installing the version of smina which is downloaded by following instructions in the downloaded readme does not give a server script to run as in the instructions to run a minimisation server:
~/git/smina/build/linux/release/server -port 18000 -logfile /home/dkoes/log/minlog
Is there a different link to the old smina code which is needed, or is there a new way to install smina which will work ?
Sorry, these instructions weren't updated with the move to the cmake
As it turns out, I never added build support for the server binary to the cmake files. This has been fixed as well.