How to Get OpenAxiom
Released Source Tarballs
The latest released version is OpenAxiom-1.2.1.- open-axiom-1.2.1
- OpenAxiom-1.2.1 has been released on January 29, 2009. OpenAxiom-1.2.1 is known to build and run on major Unix and GNU/Linux operating systems, and on Windows (MinGW/MSYS). OpenAxiom also runs on handheld devices. Please refer to the INSTALL file for instructions on how to build, install, and use OpenAxiom.
Executable Binaries
RPM binaries and Windows 32-bit executable binary for OpenAxiom-1.2.1 are also available for download.- Windows: x86 32-bit, 64-bit.
- Fedora 10: x86 32-bit, 64-bit.
- Fedora 9: x86 32-bit, 64-bit.
- openSUSE-11.0: x86 32-bit, 64-bit.
- openSUSE-10.3: x86 32-bit, 64-bit.
- Mandriva-2009: x86 32-bit, 64-bit.
- Mandriva-2008: x86 32-bit, 64-bit.
- Mandriva-2007: x86 32-bit, 64-bit.
- CentOS-5: x86 32-bit, 64-bit.
- RHEL-5: x86 32-bit, 64-bit.
- SLE-10: x86 32-bit, 64-bit.
Development Source
Requirements
You need a working SVN command that supports the HTTP protocol. You can get a copy from http://subversion.tigris.org/.
Read-Only Access
The development sources or `live sources' of OpenAxiom are available in an SVN repository at SourceForge.
To get the mainline version of OpenAxiom, you may want to issue the following commandsvn co https://open-axiom.svn.sf.net/svnroot/open-axiom/trunk \ open-axiom.trunk
That will pull the sources from SourceForge repository and put them
in a directory named open-axiom.trunk. You should feel
free to replace open-axiom.trunk with any name of your like.
In addition, you may also browse our SVN repository online using viewvc.
Read-Write Access
Regular contributors to OpenAxiom will prefer to have read-write access to our SVN repository. In that case, you need to have a SourceForge user id, and be registered as a developer.
To obtain a working copy with write privilege to the OpenAxiom
repository, you might want to append --username=user-id
where user-id is your SourceForge user id.