We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f55a8d commit e198a47Copy full SHA for e198a47
BUILDING
@@ -49,7 +49,14 @@ the windows binary and create the correct makefiles:
49
50
mkdir build-win
51
cd build-win
52
- cmake /path to mxe/usr/i686-pc-mingw32/share/cmake/mxe-conf.cmake ..
+ cmake -DCMAKE_TOOLCHAIN_FILE=/path to mxe/usr/i686-pc-mingw32/share/cmake/mxe-conf.cmake ..
53
+
54
+Before compiling we have to add the mxe/usr/bin directory to the PATH (so windres and makensis can be found):
55
56
+ export PATH=/path to mxe/usr/bin:$PATH
57
58
+Now compile:
59
60
make
61
62
If additionaly want an NSIS install:
0 commit comments