How to get the Axiom Source

From Axiom

Jump to: navigation, search

Getting the Axiom Source

There are two ways of getting the source for Axiom. Which you choose depends on how cutting edge you want to be. File releases of the source occur every time there is a new release of the project. You can always get the latest source from the source repository.

Getting the latest file release

    Stable packages tend to have fewer problems
  • 3) Download either the full or src file.

Getting the source from Subversion

The process for getting the source for Axiom from the the Subversion (SVN) repository hosted on SourceForge, is quite simple. There are a couple of prerequisites though.

  • 1) Get and install a subversion client (Subversion Clients)
  • 2) Read the instructions here: SVN Info Page
  • 3) Check out the source (usually you want the trunk):
    https://axiomengine.svn.sourceforge.net/svnroot/axiomengine/trunk
  • 4) Go get coffee and donuts - this will take awhile.


Next: Building Axiom