ammer

Installation

ammer can be installed as a git library:

# using SSH
$ haxelib git ammer git@github.com:Aurel300/ammer.git
# or using HTTPS
$ haxelib git ammer https://github.com/Aurel300/ammer.git

Alternatively, the Github repository can be cloned manually and ammer can be installed as a dev library:

$ git clone git@github.com:Aurel300/ammer.git
$ cd ammer
$ haxelib dev ammer .

ammer requires a C compiler toolchain to be installed. Any GCC-compatible compiler should work, as well as MSVC. Each target may have additional dependencies — see target details.

« Previous: Why ammer? Next: Getting started »