Progress via Git
I apologies for the lack of updates recently. The current development version of AMPE is very close to 1.0, although it needs a bit more testing before I am prepared to label it 1.0.
One thing I have been working on is getting it to work on platforms other than Windows. The current development version now works flawlessly on Linux as well as Windows. In theory it should just be a matter of recompiling to make it work on Intel Macs as well although I am yet to test that.
Today I am also happy to be announce that we are opening the projects Git repository for public access. This means that at any time you can get the very latest version of the AMPE code via Git. Its a public mirror of the one we use internally so all our updates to AMPE are available as soon as they are commited to our internal repository. This is also means you can easily make your changes and get Git to produces patches which can be emailed to us for inclusion in AMPE. The Git repository is available at:
http://git.kissintelligentsystems.com/ampe.git
To get started cd to the directory you want it downloaded to then:
git clone http://git.kissintelligentsystems.com/ampe.git
This will then download the latest version of AMPE. From then on you can get any new changes by:
git pull
For more information about Git there is a very useful and detailed free book available.