Previous Page Parent Page Next Page TOC

MacOS X

Libraries

The libraries below are needed to build COPASI. In addition you need the gcc compiler.
  • 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
    • To compile universal binaries add --enable-universal-binary to the configure options.
  • expat 2.0.1 or later, which may already be installed in your system
  • raptor 1.4.21 or later is needed for RDF support in the MIRIAM annotation. To build universal binaries add --disable-dependency-tracking to the configure options.
    • LDFLAGS=-lm ./configure --with-xml-parser=expat --with-www=none
  • Install the SBW integration library, which can be found here.
  • Install the qwt plotting library, which can be found here. For universal binaries add "CONFIG+=x86 ppc" to argument of qmake.
  • Install the qwt 3D plotting library, which can be found here. For universal binaries add "CONFIG+=x86 ppc" to argument of qmake.
  • Install the Qt MML Widget library, which can be found here. For universal binaries add "CONFIG+=x86 ppc" to argument of qmake.