diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-17 15:57:58 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-17 15:57:58 (GMT) |
commit | 2336f6fe2a50daba977d3e51bd043a69157344e1 (patch) | |
tree | 496931ea8a3161ab2b9472310f863977fc0425e7 | |
parent | 05fa73b27aff81fdb2c092612a4d44a5000b469a (diff) |
point out that you need a clean shell to run the mingw crossbuild
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 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 |