diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 20:19:42 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 20:19:42 (GMT) |
commit | d4c15a8fc428b88b52eb1e5c180999725e1cfb2b (patch) | |
tree | 4248529f5c72b2fecc804bb3147eba3ec477926d /README.md | |
parent | 743a82148dd2ddfdbd0eba24b208f1249ab4065d (diff) |
fixups for mingw32 cross compilation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -202,6 +202,12 @@ complete, build OpenSCAD and package it to an installer: ./scripts/release-common.sh mingw32 +If you wish you can only build the openscad.exe binary: + + cd mingw32 + i686-pc-mingw32-qmake .. CONFIG+=mingw-cross-env + make + ### Compilation First, run 'qmake' from Qt4 to generate a Makefile. On some systems you need to |