HOWTO BUILD

Using mingw
--------------------------------------------
1. Download the MinGW Installer from http://www.mingw.org. The version I used
was MinGW-5.1.4.exe

2. Choose download and install.

3. Optionally go into c:\mingw\bin and rename the mingw-make.exe to make.exe

4. Add c:\mingw\bin to your PATH.

5. Go to wherever you extracted the source code.

6. Type "mingw-make" or simply make to build apis.

