Tested on Windows XP Pro SP2 == Required components == * [ftp://ftp.ntua.gr/pub/X11/Qt/qt/source/qt-win-opensource-4.4.0-mingw.exe Qt/Windows Open Source Edition] * [http://downloads.sourceforge.net/boost/boost_1_34_1.tar.gz Boost 1.34.1] * [http://downloads.sourceforge.net/boost/boost-jam-3.1.16-1-ntx86.zip Boost Jam] * [http://www.python.org/ftp/python/2.5.2/python-2.5.2.msi Python 2.5.2] * [http://downloads.sourceforge.net/pywin32/pywin32-211.win32-py2.5.exe PyWin32] * [http://www.cmake.org/files/v2.6/cmake-2.6.0-win32-x86.exe cmake] === Installation === * install Python 2.5.2 * install pywin32 * install cmake * run 'qt-win-opensource-4.4.0-mingw.exe' * select 'Download and install minimal MinGW installation.' * open 'System Properties' => 'Advanced' => 'Environment Variables' * add 'C:\MinGW\bin' and 'C:\Qt\4.4.0\bin' to 'System Variables/Path' * unzip 'boost-jam-3.1.16-1-ntx86.zip' and copy 'bjam.exe' to 'C:\MinGW\bin' * untar 'boost_1_34_1.tar.gz' * cd 'boost_1_34_1' directory {{{ bjam --toolset=gcc --layout=system install }}} * ... patience == Build == * get QuteCom source code {{{ hg clone http://hg.qutecom.org/qutecom-2.2/ }}} * cd 'qutecom-2.2\build' {{{ cmake -DCMAKE_BUILD_TYPE=Debug -G "MinGW Makefiles" .. }}} {{{ make }}} * fix me: {{{ C:/Qt/4.4.0/include/QtGui/../../src/gui/kernel/qevent.h:694: warning: inline fun ction 'Qt::WindowStates QWindowStateChangeEvent::oldState() const' is declared a s dllimport: attribute ignored. mingw32-make[2]: *** [libs/qtutil/CMakeFiles/owqtutil.dir/src/MouseEventFilter.o bj] Error 1 mingw32-make[1]: *** [libs/qtutil/CMakeFiles/owqtutil.dir/all] Error 2 mingw32-make: *** [all] Error 2 }}} to be continued...