<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi, my name is Dimitar Dobrev, please publish these instructions on the smokegen page:</div><div><br></div><div>1. Install QtSDK;<br>2. Install CMake;<br>3. Copy C:\QtSDK\mingw\bin\* to C:\QtSDK\mingw\libexec\gcc\mingw32\4.4.0\ (version may vary);<br>4. Check out smokegen: git clone git://anongit.kde.org/smokegen;<br>5. Replace "install(TARGETS cppparser LIBRARY DESTINATION ${LIB_INSTALL_DIR})" in smokegen/parser/CMakeLists.txt with:<br>    "install(TARGETS cppparser LIBRARY DESTINATION lib${LIB_INSTALL_DIR}<br>                          ARCHIVE DESTINATION lib${LIB_INSTALL_DIR}<br>                          RUNTIME
 DESTINATION bin )";<br>6. Run cmake-gui - use MingW and specify C:\QtSDK\mingw\bin\gcc.exe as the C compiler and C:\QtSDK\mingw\bin\g++.exe as the C++ compiler;<br>7. Configure - when it complains about QT_QMAKE_EXECUTABLE, set it to the location of qmake.exe (C:\QtSDK\Desktop\Qt\4.7.4\mingw\bin\qmake.exe, for example) by browsing through the GUI;<br>8. Use Qt Creator to open cmake_install.cmake from your folder for binaries in CMake and build.</div><div><br></div><div>I have also attached my binaries (on Windows 7, 64-bit, so I guess they are 64-bit), you may publish them for download.<br></div></div></body></html>