Cleanup
[splendini.git] / build.windows
blobb79dfcc38d521e028bdcf22450dd07574ef60996
1 General:
2 ========
4 - install git 
5 http://www.git-scm.com/download/win
7 - install cmake
8 http://www.cmake.org/cmake/resources/software.html
12 MinGW/MSYS 32 bit:
13 ===================
15 - install MinGW with MSYS
16 (with flex, bison, gmp, g++)
18 http://mingw.org/
19 http://mingw.org/wiki/Getting_Started
20 (set PATH, create msys link, create /etc/fstab)
22 1) start msys
23 2) download/install boehm gc
24         (http://www.hpl.hp.com/personal/Hans_Boehm/gc/)
25         tar xfpz gc.tar.gz
26         cd gc-7-2
27         ./configure --prefix=/mingw
28         make install
29 3) git clone http://repo.or.cz/w/splendini.git
30         mkdir buldSpl
31         cd buildSpl
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