diff options
author | Marius Kintel <marius@kintel.net> | 2013-01-17 16:11:51 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-01-17 16:11:51 (GMT) |
commit | bcfbe9cdf3aa111d088908035e721c5f43790fb7 (patch) | |
tree | fb3106af19d417b051e7fc7bbc335ea89b107aea /README.md | |
parent | ce1969c4da70882ff1df13763ec3b35ce92ffb0b (diff) | |
parent | 2336f6fe2a50daba977d3e51bd043a69157344e1 (diff) |
Merge pull request #245 from openscad/final_tweaks
Final tweaks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -186,8 +186,9 @@ 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. +installed to get GCC. Then after you've cloned this git repository, +start a new clean shell and run the script that sets up the environment +variables. source ./scripts/setenv-mingw-xbuild.sh @@ -195,7 +196,9 @@ Then run the script to download & compile all the prerequisite libraries above: ./scripts/mingw-x-build-dependencies.sh -Then, build OpenSCAD and package it to an installer: +Note that this process can take several hours, as it uses the +http://mxe.cc system to cross-build many libraries. After it is +complete, build OpenSCAD and package it to an installer: ./scripts/release-common.sh mingw32 |