1
2How to compile:
3
4-	Download (http://www.mingw.org) and install the following Mingw32 packages:
5
6		MinGW-3.1.0-1.exe
7		MSYS-1.0.10.exe
8
9-	Set PATH environment variable using command:
10
11		set path=c:\msys\1.0\bin;c:\mingw\bin;%path%
12
13-	enter 'make' command in top level directory of the unpacked project
14