h1. CMake h2. Building and packing on Windows for Windows # Install "MinGW":http://www.mingw.org. # Install "Qt":http://qt-project.org/downloads. # Install "NSIS installer":http://nsis.sourceforge.net/Main_Page # Run MinGW shell and go to directory of CMake project. # PATH=/c/mingw/lib:/c/mingw/bin:/c/vala/lib:/c/vala/bin:/c/Qt/4.8.5/lib:/c/Qt/4.8.5/bin:/c/MinGW/msys/bin:$PATH # ./bootstrap # make # make install # cpack