Preparation

Installing CCA

There are currently two ways to install the 0.3 version of CCA:

  • Ubuntu GNU/Linux packages
  • From source

Ubuntu GNU/Linux Packages

Debian packages for several versions of Ubuntu GNU/Linux are available from the CoR-Lab package repository. The following repository source line has to be added to /etc/apt/sources.list:

deb http://packages.cor-lab.de/ubuntu/ RELEASENAME testing

where RELEASENAME is the appropriate Ubuntu release name. Now install the package:

libcca0.3-dev

Note

More information can be found here.

From Source

Installation from source requires cmake and RSB.

  1. The source tree of CCA in its trunk version can be obtained via:

    svn co https://redmine.amarsi-project.eu/svn/cca/tags/cca-0.3/cca

    Note

    In the following commands, prefix specifies the target directory of the installation.

  2. Build and install CCA Library

    cd build
    cmake -DCMAKE_INSTALL_PREFIX=$prefix ..
    make |foo|
    make install
    

shell:text CCA text

Table of Contents

Related Documentation

This Page