diff options
author | Marius Kintel <marius@kintel.net> | 2012-08-13 19:57:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-08-13 19:57:16 (GMT) |
commit | 7ef48a28ff7353d90165af43de095c806852ab43 (patch) | |
tree | 048130c499a1ae45eeb57bc925e66b3f13068ab6 /README.md | |
parent | faeebb18e46b8c08b7ff8dec15e991fee0e0e276 (diff) | |
parent | 8318c672a821e329dfb3b9eaec886ed3b28c550d (diff) |
Merge pull request #170 from openscad/mingw_installer2
Mingw installer2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -164,9 +164,23 @@ After that, follow the Compilation instructions below. ### Building for Windows OpenSCAD for Windows is usually cross-compiled from Linux. If you wish to -attempt an MSVC build, please see this site: +attempt an MSVC build on Windows, please see this site: http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Windows +To cross-build, first make sure that you have development tools +installed to get GCC. Then after you've cloned this git repository, run +the script that sets up the environment variables. + + source ./scripts/setenv-mingw-xbuild.sh + +Then run the script to download & compile all the prerequisite libraries above: + + ./scripts/mingw-x-build-dependencies.sh + +Then skip the compilation instructions below. Instead, build an installer: + + OSTYPE=mingw-cross-env ./scripts/release-common.sh + ### Compilation First, run 'qmake' from Qt4 to generate a Makefile. On some systems you need to |