2.3 Boost:
http://sourceforge.net/projects/boost/files/boost/1.55.0/Unpack boost inside your C:\deps folder, then bootstrap and compile from a Windows command prompt:
cd C:\deps\boost_1_55_0\
bootstrap.bat mingw
b2 --build-type=complete --with-chrono --with-filesystem --with-program_options --with-system --with-thread toolset=gcc stage
bootstrap.bat mingw is broken for boost 1_55.