{% extends "layout.html" %} {% set title = _('Download') %} {% block body %}
{%trans%} ctools can be obtained in form of releases or directly from the git development repository. {%endtrans%}
{%trans%} The latest ctools release is ctools-00-08-01 (8 January 2015). {%endtrans%}
{%trans%} Below a table of ctools releases. Please note that at this stage of the project there is a strict link between the ctools and gammalib versions. Please make sure that you have the corresponding gammalib version installed before installing ctools. The Mac OS X packages comprise both ctools and gammalib. {%endtrans%}
{%trans%} To clone the ctools source code, type {%endtrans%}
{%trans%} git clone https://user@cta-git.irap.omp.eu/ctools {%endtrans%}
{%trans%} This will create a directory named ctools under the current working directory that will contain the ctools source code. Here, user is your user name on the CTA collaborative platform at IRAP (the same you used to connect for reading this text). Executing this command will open a window that asks for a password (your password on the CTA collaborative platform at IRAP), and after confirming the password, your will get a clone of ctools on your disk. {%endtrans%}
{% endblock %}