CAPD DynSys Library 5.2.0
Get CAPD

We recommend downloading CAPD sources from SourceForge as it contains latest stable version. The latest version can be obtained from our SVN repositories.

Download sources from SourceForge

The source code of the CAPD library can be downloaded from SourceForge (latest stable version). You can find there also previous releases.

There are two versions available:

  • capd-capdDynSys-* - CAPD-DynSys library (recomended)
  • capd-* - includes CAPD-DynSys and CAPD-RedHom (for homology computations) libraries

Download and unpack one of the archives and proceed to Compilation. We recommend to build CAPD outside a source directory.

For a typical build and installation invoke in the terminal (we assume that we are just outside the directory with unpacked sources (say capd-X.Y.Z)).

mkdir build
cd build
../capd-X.Y.Z/configure
make -j lib
sudo make install
This class provides a trait of being set of a given type, i.e.
Definition: DagIndexer.h:22

Get CAPD sources from svn repositories

The latest version of the CAPD library can be downloaded using Subversion from CAPD repositories. This development version of the CAPD library will contain the newest features and bug fixes but can also contain a part of the code that is not fully implemented or tested yet.

Simply invoke the following command in your terminal

svn co https://svn.capdnet.ii.uj.edu.pl/capd/ capd
svn co https://svn.capdnet.ii.uj.edu.pl/capdDynSys4 capd/capdDynSys4

One needs to call ./bootstap.sh (or autoreconf -i) in the capd source directory before performing a build

cd capd
./boostrap.sh

To stay with the newest capd version you can check for updates using a script svn_update.sh placed in the capd source directory.

For more information see CAPD repositories and Compilation sections.

Get binary version of the CAPD

For selected Linux based systems one can download binary (already compiled) version of the CAPD library. Be aware that the binary version requires additional libraries in run-time and at this moment it is quite outdated.

More information contains a page on Binaries.

Docker image with installed CAPD

You can use our Docker image with installed CAPD in /usr/local: