MagNes Wiki
A modular C++ API for chemical structure handling and representation
Brought to you by:
anv2017
Tested on OpenSuse tumbleweed
Configure the project as debug or release as desired
$ qmake-qt5 CONFIG+=debug
or
$ qmake-qt5 CONFIG=+release
Compile
$make
Install
$make install
Your MagNes binary, libraries and plugins will be in
magnes-code/install/Linux/bin
magnes-code/install/Linux/lib
magnes-code/install/Linux/plugins
Create a script similar to this in a directory contained in your PATH
magnes.sh
MAGNES_DIR=$HOME/magnes-code/install/Linux/magnes
LD_LIBRARY_PATH=$MAGNES_DIR/lib:$LD_LIBRARY_PATH
$MAGNES_DIR/bin/MagNes $1 $2 $3
Run the magnes.sh script