Actions
CMake¶
Building and packing on Windows for Windows¶
- Install MinGW.
- Install Qt.
- Install NSIS installer
- Run MinGW shell and go to directory of CMake project.
- PATH=/c/mingw/lib:/c/mingw/bin:/c/vala/lib:/c/vala/bin:/c/Qt/4.8.5/lib:/c/Qt/4.8.5/bin:/c/MinGW/msys/bin:$PATH
- ./bootstrap
- make
- make install
- cpack
Updated by Kolan Sh about 11 years ago ยท 11 revisions