qt-opensource-windows-x86-mingw482-4.8.6.exe * download mingw package i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z * unpack * mv mingw32/ /c/MinGW mingw-get-setup.exe * install msys-base * install msys-openssh * install msys-unzip * install msys-zip * install mingw32-libiconv * install mingw-develop-toolkit * install msys-autoconf * install msys-automake * install msys-libtool * edit /etc/profile * export PATH="$PATH:/c/MinGW/mingw32/bin" $ ssh-keygen.exe tar xvf lua-5.1.5.tar.gz make mingw * edit install directory: /usr/local -> /mingw make mingw install tar xvf boost_1_42_0.tar.bz2 cp -R boost /mingw/include git clone git@github.com:satofumi/luabind.git git checkout configure autoreconf automake --add-missing libtoolize automake --add-missing autoreconf configure --prefix=/mingw make make install tar xvf yaml-cpp-0.5.1.tar.gz cmake -G "MinGW Makefiles" . cmake -G "MinGW Makefiles" . mingw32-make cp -R include/yaml-cpp /mingw/include cp libyaml-cpp.a /mingw/lib