diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-17 15:41:04 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-17 15:41:04 (GMT) |
commit | 017059c6865a62ee5b3ea63b079f4692a646c496 (patch) | |
tree | 327108365fe1232ca23a963513a655f72c4f2f2e | |
parent | 136139ca018e1770e28457f63554622fbc1601ef (diff) |
mention that cross-building dependencies can take several hours
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -195,7 +195,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 |