[Kde-bindings] smokgen on Windows: binaries and instructions

Dimitar Dobrev dpldobrev at yahoo.com
Sat Nov 12 21:00:29 UTC 2011


Hi, my name is Dimitar Dobrev, please publish these instructions on the smokegen page:

1. Install QtSDK;
2. Install CMake;
3. Copy C:\QtSDK\mingw\bin\* to C:\QtSDK\mingw\libexec\gcc\mingw32\4.4.0\ (version may vary);
4. Check out smokegen: git clone git://anongit.kde.org/smokegen;
5. Replace "install(TARGETS cppparser LIBRARY DESTINATION ${LIB_INSTALL_DIR})" in smokegen/parser/CMakeLists.txt with:
    "install(TARGETS cppparser LIBRARY DESTINATION lib${LIB_INSTALL_DIR}
                          ARCHIVE DESTINATION lib${LIB_INSTALL_DIR}
                          RUNTIME DESTINATION bin )";
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;
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;
8. Use Qt Creator to open cmake_install.cmake from your folder for binaries in CMake and build.

I have also attached my binaries (on Windows 7, 64-bit, so I guess they are 64-bit), you may publish them for download.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-bindings/attachments/20111112/c4732e8a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smokegen.zip
Type: application/zip
Size: 5404538 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-bindings/attachments/20111112/c4732e8a/attachment-0001.zip>


More information about the Kde-bindings mailing list