diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-04 18:40:35 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-04 18:40:35 (GMT) |
commit | a32dcbf4ba7e9439433cf7727066a466058629ba (patch) | |
tree | f6ebe0e8f1ed170e709a94d8d8f43898911c2aae /doc | |
parent | 8208fe143703f49297be23ca7d102ef1b74d5571 (diff) |
enable MXEDIR to bet user-set. improve linux doc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-checklist.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt index b24a19d..e85e97c 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -25,9 +25,11 @@ o build binaries Mac OS X (For Qt-4.7.3: Remove /Developers/Applications/Qt/plugins/qmltooling) ./scripts/publish-macosx.sh -> OpenSCAD-$VERSION.dmg - Linux: FIXME 32 vs. 64 bit - ./scripts/release-common.sh -> openscad-$VERSION.ARCH.tar.gz - (where ARCH is x86-64 or x86-32) + Linux: + 32-bit: run on a 32-bit machine or VM + 64-bit: run on a 64-bit machine or VM + ./scripts/release-common.sh -> openscad-$VERSION.x86-ARCH.tar.gz + (where ARCH will be detected and set to 32 or 64) Windows mingw cross-build: FIXME 32 vs. 64 bit ./scripts/publish-mingw-x.sh -> mingw32/Openscad-$VERSION.zip -> mingw32/Openscad-$VERSION-Installer.exe |