diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-04 17:54:12 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-04 17:54:12 (GMT) |
commit | 1d47a6ebb62ff601f0de8c7e0852644fe48cc834 (patch) | |
tree | d88a5627e3717e81cf492daeb5a0bb82e7de4c68 /doc | |
parent | 72462e4d0f49740e57be374cfc1fdeeb668ae913 (diff) |
fix symlink bug in setenv-mingw script. enhance linux docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-checklist.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt index c0b1469..b24a19d 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -7,7 +7,7 @@ o Update VERSION environment variable It will be used by the commands below, as well as these files: - scripts/release-linux.sh + scripts/release-common.sh scripts/publish-macosx.sh scripts/publish-mingw-x.sh @@ -26,7 +26,8 @@ o build binaries (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-linux.sh + ./scripts/release-common.sh -> openscad-$VERSION.ARCH.tar.gz + (where ARCH is x86-64 or x86-32) Windows mingw cross-build: FIXME 32 vs. 64 bit ./scripts/publish-mingw-x.sh -> mingw32/Openscad-$VERSION.zip -> mingw32/Openscad-$VERSION-Installer.exe |