CAPD library

Thw CAPD library can be downloaded directly from the project web site. Here we give a tiny version of the library without submodules for computation of homology groups. It compiles faster and uses less disc space (although still 500MB of free disc space is required).

Link to CAPD v.4.2.89

Compilation of the CAPD library on a linux-like system

Note: This step is optional if you have already installed the CAPD library.

Compilation of the CAPD library consist of the following steps

  1. unzip the archive
    tar xvfz capd.tar.gz
  2. enter the directory of the library
    cd capd
  3. configure the library
    ./configure --without-gui --without-boost --without-mpfr
  4. compile the library
    make lib -j