Subversion
Last development version of OpenAlchemist is available with Subversion (SVN). ("subversion" package on Debian/Ubuntu)
Get the last revision by tipping in an empty directory:# svn co https://openalchemist.svn.sourceforge.net/svnroot/openalchemist openalchemist
- software folder contains the game.
- doc contains documentation.
- gfx-working contains graphics work files (XCF, SVG, etc...)
- tools contains differents softwares for developpers.
So, read the software/README file to know how to compile and test the project.
To update your version, tip:
# svn update
You can also browse the subversion repository.