CDS Invenio Download

LATEST STABLE RELEASE:

CDS Invenio v0.99.1, released 2008-07-10

DEVELOPMENT VERSIONS:

The bleeding-edge development sources can be accessed via Git:

  $ git clone http://cdsware.cern.ch/repo/cds-invenio.git
You can also browse the CDS Invenio source code repository via our git web interface or read the source code documentation and snippets via our code browser.

If you are testing development sources instead of using the regular latest stable release, we advise you to first modify the CDS Invenio release version in configure.ac file to indicate explicitly the YYYYMMDD date of your CVS checkout:

  $ grep _INIT ./configure.ac
  AC_INIT(cds-invenio, 0.93.0.20061231, cds.support@cern.ch)
  AM_INIT_AUTOMAKE(cds-invenio, 0.93.0.20061231)
  $ vi ./configure.ac ## change YYYYMMDD in the above two lines
after which you run autotools:
  $ aclocal-1.9
  $ automake-1.9 -a
  $ autoconf
and proceed with the installation as usual (./configure ...).