Developing

Requirements

Windows:

Unix:

Debian and Ubuntu users should install the following packages from badgerports:

apt-get install monodevelop monodevelop-nunit git-core

Source

The preferred way to obtain the source code is to clone the Git repository on GitHub.

Changes are welcome in the form of forks or patches to the issue tracker. Smaller commits are generally preferred over larger ones. Any new development must pass all NUnit tests.

Building

A release build can be created by running make on all operating systems.

To run in Visual Studio, right click the IronAHK project and select Set as StartUp Project.

Debugging instructions can be found on the project wiki.