Menu

#6 Install Instructions for minimisation server do not work.

1.0
open
nobody
None
2021-12-09
2021-12-09
Will
No

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 ?

Discussion

  • David Koes

    David Koes - 2021-12-09

    Sorry, these instructions weren't updated with the move to the cmake

    git clone http://git.code.sf.net/p/smina/code smina
    cd smina
    mkdir build
    cd build
    cmake ..
    make -j8
    cp libsmina.a /usr/local/lib/
    
     
  • David Koes

    David Koes - 2021-12-09

    As it turns out, I never added build support for the server binary to the cmake files. This has been fixed as well.

     

Log in to post a comment.

MongoDB Logo MongoDB