How to Get OpenAxiom
Released Source Tarballs
The latest released version is OpenAxiom-1.4.1.- open-axiom-1.4.1
- OpenAxiom-1.4.1 was released on July 7, 2011. OpenAxiom-1.4.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.4.1 are also available for download.- Windows: x86 32-bit, 64-bit
- openSUSE 11.4: x86 32-bit, 64-bit
- openSUSE 11.3: x86 32-bit, 64-bit
- Fedora 15: x86 32-bit, 64-bit
- Fedora 14: x86 32-bit, 64-bit
- Mandriva 2010.1: x86 32-bit, 64-bit
- Mandriva 2010: x86 32-bit, 64-bit
- Mandriva 2009.1: 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.