Previous Page Parent Page Next Page TOC

Linux

Libraries

The libraries below are needed to build COPASI. In addition you need the gcc or Intel compilers.
  1. LAPACK get the latest package or compile from sources; then put the f2c.h file from netlib on the copasi directory
  2. expat 2.0.1 or later, which may already be installed in your system
  3. raptor 1.4.21 or later is needed for RDF support in the MIRIAM annotation. To configure please run:
    • LDFLAGS="$LDFLAGS -lm" ./configure --with-xml-parser=expat --with-www=none
  4. libsbml-4.2.0-src.tar.gz. If you like yo use the render extension you will also need this patch. To apply the patch please change to the libsbml-4.2.0 directory and execute:
    • tar -xzvf libsbml-4.2.0-render-extension.patch.tgz
    • patch -p1 < libsbml-4.2.0-render-extension.patch

    To configure please run:
    • ./configure --enable-layout=yes [--enable-render=yes] --with-expat --disable-compression
  5. Install the SBW integration library, which can be found here.
  6. Install the qwt plotting library, which can be found here.
  7. Install the qwt 3D plotting library, which can be found here.
  8. Install the Qt MML Widget library, which can be found here.