Download
Latest Stable Releases
Invenio v1.1 release series: (recommended)
- invenio-1.1.1.tar.gz - 2012-12-21 - 9863526 bytes - md5 - sig
Invenio v1.0 release series: (old stable)
- invenio-1.0.4.tar.gz - 2012-12-21 - 8294687 bytes - md5 - sig
Invenio v0.99 release series: (very old stable)
- invenio-0.99.7.tar.gz - 2012-12-18 - 5851883 bytes - md5 - sig
Source Code Repository
The development sources can be accessed via Git:
$ git clone http://invenio-software.org/repo/invenio
You can also browse Invenio source code repository via our git web interface and read the source code documentation and snippets via our code browser.
If you are testing development sources instead of using regular tarball releases, we advise you to run autotools like this:
$ rm -rf autom4te.cache/ $ aclocal-1.11 $ automake-1.11 -a $ autoconf
and proceed with the installation as usual (./configure, etc). This will generate you a proper "development snapshot" version number of the form 0.99.1.1457-19fb4 meaning that you are running a development snapshot that started off from 0.99.1 on a branch that is currently at its 1457th commit after 0.99.1 and that the latest commit in this branch is SHA1 19fb4.
