5 http://www.git-scm.com/download/win
8 http://www.cmake.org/cmake/resources/software.html
15 - install MinGW with MSYS
16 (with flex, bison, gmp, g++)
19 http://mingw.org/wiki/Getting_Started
20 (set PATH, create msys link, create /etc/fstab)
23 2) download/install boehm gc
24 (http://www.hpl.hp.com/personal/Hans_Boehm/gc/)
27 ./configure --prefix=/mingw
29 3) git clone http://repo.or.cz/w/splendini.git
32 cmake -G "MSYS Makefiles" -DGMP=/mingw/lib/libgmp.dll.a -DHB_GC=/mingw/lib/libgc.dll.a ../splendini
34 if the build process fails try to remove the -ansi option from the CMakeList.txt file