libdodo is using mercurial as a version control system.
It's possible to view libdodo sources online with version control browser or to pull for local usage from mercurial repository.
Following command could be used from the shell prompt to get the sources from the online repository:
hg clone http://hg.libdodo.org libdodo
libdodo repository has two main branches:
- default branch contains the most recent changes. This branch could contain bugs or even it is not possible to build the sources in it.
- libdodo branch contains last-known-good sources. Usually libdodo releases are originated from this branch.
Generic tarballs with source code of released versions and archives of Doxygen generated documentation could be found at downloads section.
