Download sources
The source tar files can be found on the ftp site.
Browsing source code
To browse the source code you can use repo.or.cz or github.
Heimdal git repository
To pull down the Heimdal git repository use the folling commands. To read more about git, read the Git Community book.
git clone git@github.com:heimdal/heimdal.git
Heimdal master (development branch)
git clone git@github.com:heimdal/heimdal.git
cd heimdal
autoreconf -f -i
Heimdal 1.5 release branch
git clone git@github.com:heimdal/heimdal.git
cd heimdal
git checkout -b heimdal-1-5-branch origin/heimdal-1-5-branch
autoreconf -f -i

