As of version 4.31 we do provide a self extracting script for installations of COPASI.
This script either automatically extracts the COPASI files (if the -e
option is given).
Or COPASI will be installed into the given directory, and a .desktop file will be created
and registered (so that you can directly start the COPASI GUI from your window
manager).
COPASI-*-Linux-64bit.sh
).
chmod +x COPASI-*-Linux-64bit.sh
./COPASI-*-Linux-64bit.sh
. At this point the
the installation script will ask where to extract files temporarily to (defaults to /tmp
), where the files should be installed to
(defaults to /opt/COPASI/{version}/
), and where or whether to install a .desktop file. tar -xzvf COPASI-*-Linux-*bit.tar.gz
.
COPASIDIR
to your start up script. The value must be the absolute path for the directory "copasi" created during extraction.
tar -xzvf COPASI-*-Linux-*bit.tar.gz
.
COPASIDIR
to your start up script. The value must be the absolute path for the directory "copasi" created during extraction.
*
above with the build number of your package.