summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-05-18 20:40:01 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-05-18 20:40:01 (GMT)
commitca4fb9238fa50fc11efdc36070bdd38f77148ff5 (patch)
treeb1ab10a81f8706a8e78797194068d97529afe9c7 /README.md
parent6509f0838269de67e6b84759ef36f0078f6e65f7 (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5bbe8b6..73eea87 100644
--- a/README.md
+++ b/README.md
@@ -188,14 +188,14 @@ 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,
-start a new clean shell and run the script that sets up the environment
+start a new clean bash shell and run the script that sets up the environment
variables.
- source ./scripts/setenv-mingw-xbuild.sh
+ source ./scripts/setenv-mingw-xbuild.sh 32
Then run the script to download & compile all the prerequisite libraries above:
- ./scripts/mingw-x-build-dependencies.sh
+ ./scripts/mingw-x-build-dependencies.sh 32
Note that this process can take several hours, as it uses the
http://mxe.cc system to cross-build many libraries. After it is
@@ -208,7 +208,9 @@ If you wish you can only build the openscad.exe binary:
cd mingw32
qmake .. CONFIG+=mingw-cross-env
make
-
+
+For a 64-bit Windows cross-build, replace 32 with 64 in the above instructions.
+
### Compilation
First, run 'qmake' from Qt4 to generate a Makefile. On some systems you need to
contact: Jan Huwald // Impressum