Downloads

Here is the latest release of OpenDAX. This is the first release that brings the functionality back to where it was
before the code was broken to add the compound datatypes.

opendax-0.4.tar.gz

Older Versions

opendax-0.3.tar.gz

This is the older version before I broke it adding the compound datatypes.

opendax-0.2.tar.gz

This is the old message queue based version. There have been substantial changes since this version. I leave it here for academic reasons.

opendax-0.1.tar.gz


The latest code snapshots can be had from SourceForge

Use this command to get the latest revision from the repository and put it in the opendax directory...

$ svn co https://opendax.svn.sourceforge.net/svnroot/opendax opendax

The subversion username is guest and the password is blank. 


If you download the tarball then compiling and installation should be as easy as...

$ ./configure
$ make
$ sudo make install

If you have the subversion repository then you will have to have autotools installed and run the bootstrap.sh script first.