Commit Graph

2226 Commits (7ef48a28ff7353d90165af43de095c806852ab43)

Author SHA1 Message Date
Marius Kintel 7ef48a28ff Merge pull request #170 from openscad/mingw_installer2
Mingw installer2
2012-08-13 12:57:16 -07:00
Marius Kintel faeebb18e4 Merge pull request #173 from openscad/issue160
Issue160
2012-08-13 12:55:57 -07:00
don bright 029f0f2ba9 rearrange to check once at init, then use set variable 2012-08-08 21:23:13 -05:00
don bright a57637e195 check if running under wine, then run swapbuffers() if so 2012-08-08 20:42:39 -05:00
don bright c825692a60 fix issue160 by adding updateGL() call after 'f5' (opencsg) 2012-08-05 22:09:15 -05:00
Don Bright 3ac131d39d QT minimum version was incorrect and did not match README. fixing. 2012-08-05 10:16:53 -05:00
don bright 8318c672a8 clarify documentation 2012-08-05 05:03:52 +02:00
don bright bae78fc8f9 restory old submodule update command if .git exists 2012-08-05 05:01:52 +02:00
don bright bcd6148383 remove debugging 2012-08-05 04:56:55 +02:00
don bright bc5c35ccfd update README to match mingw script changes 2012-08-05 04:54:57 +02:00
don bright 982fb58263 update README to match new mingw build 2012-08-05 04:53:38 +02:00
don bright 27f23903d3 more error reporting and log reporting 2012-08-05 03:59:22 +02:00
don bright 1a7f52b680 improve log messages in release script 2012-08-05 03:22:28 +02:00
don bright 00c19d2a36 fix path of openscad.exe in installer.nsi 2012-08-05 03:18:17 +02:00
don bright db53bdb496 1. fix bug in detecting makensis
2. better error message for MXE not being found
2012-08-05 03:04:40 +02:00
don bright 58db7a9d19 move functionality from build-installer script to release-common.
mostly this means
1. detect NSIS and fail with error message if its not there
2. remove mingw-build-installer and mingw-build-openscad as they are nowredundant.

running publish-mingw-x does exactly the same thing, only better
because it builds from a clean source tree.
2012-08-05 02:47:36 +02:00
don bright 06d48a47f8 favor exclusion during copy instead of rm of .git directory. 2012-08-05 02:06:10 +02:00
don bright a56721af47 use mxe's nsis if we dont have it. detect MCAD better. 2012-08-05 00:18:36 +02:00
don bright a32dcbf4ba enable MXEDIR to bet user-set. improve linux doc. 2012-08-04 20:40:35 +02:00
don bright 8208fe1437 remove debug comment 2012-08-04 19:57:19 +02:00
don bright 1d47a6ebb6 fix symlink bug in setenv-mingw script. enhance linux docs 2012-08-04 19:54:12 +02:00
don bright 72462e4d0f cleanup OSTYPE 2012-08-04 12:22:40 -05:00
don bright 81df2f9c5f some tweaks for better error reporting 2012-08-03 19:38:47 -05:00
don bright c8cdc9d81c use VERSION environment variable instead of editing files 2012-08-03 19:22:22 -05:00
don bright 7b9a838abe update the 'release checklist' and integrate with mingw crossbuild 2012-08-03 06:30:28 -05:00
don bright 08b0776985 integrate mingw-xxxx scripts with release-common.sh 2012-08-02 21:52:47 -05:00
don bright c29d8a370f tweak wording. 2012-08-02 00:05:27 -05:00
don bright 0b77c6af81 bugfixes, update README 2012-08-01 23:14:34 -05:00
don bright e9e97af0a1 add script to do qmake line for mingw. enable fully auto build 2012-08-01 23:06:19 -05:00
don bright c900bc628f update README with cross-build instructions 2012-08-01 22:43:47 -05:00
don bright 679ae1304e Merge branch 'mingw_installer' of github.com:openscad/openscad into mingw_installer 2012-08-01 22:34:48 -05:00
don bright cec082a7fa fix bug w OPENSCADDIR 2012-08-02 05:20:02 +02:00
don bright faa9066125 Merge branch 'master' of github.com:openscad/openscad into mingw_installer 2012-08-01 22:03:39 -05:00
don bright b942c728c1 find openscad.exe. clearup confusion re NUMCPU / NUMJOBS 2012-08-01 22:02:45 -05:00
don bright 5036d9acea fix permissions 2012-08-01 21:40:17 -05:00
don bright 1381bec31f rename mingw file-association script to fit with the scripting system better 2012-08-01 21:39:30 -05:00
don bright 4119380456 add FileAssociation zlib-licensed file from nsis.sourceforge.net 2012-08-01 21:35:17 -05:00
don bright 4f7325619c Adding fileassociation.nsh script from zlib-licensed NSIS wiki 2012-08-01 21:24:21 -05:00
Marius Kintel 83879ab41c Merge pull request #164 from openscad/issue158
Issue158
2012-08-01 19:02:23 -07:00
don bright 782ce65835 replace RELEASE_DIR with DEPLOYDIR to match Mac OSX? auto-download MCAD. 2012-08-01 20:44:41 -05:00
don bright 7eef9f7649 rework mingw build to use 'out of source build' for better dual-building 2012-08-01 20:36:27 -05:00
don bright 2f3e11a797 new script to set env variables for mingw cross build 2012-08-01 20:35:38 -05:00
don bright bac5e1130c rework mingw to be more like other builds (setenv-mingw-xbuild.sh) 2012-08-01 20:35:12 -05:00
don bright 8e4bc5d598 change value so that ECHO works more like old Qstring.sprintf 2012-08-01 18:43:39 -05:00
don bright 5618f5c47f Merge branch 'master' of github.com:openscad/openscad into issue158 2012-08-01 17:33:48 -05:00
don bright 24fbfdf955 fix broken mousewheel scrolling (bug introduced by ctrl-wheel-zoom feature) 2012-08-01 14:57:38 -05:00
Marius Kintel 5d0825efd7 No need to link OpenCSG with Qt 2012-07-29 17:25:59 -04:00
Marius Kintel 4b2b7cb4a1 Upgraded CGAL to 4.0.2 2012-07-29 17:24:56 -04:00
Marius Kintel fbdce170f4 Updated Macports dependencies 2012-07-29 17:24:34 -04:00
don bright 57173bbe7a fix name of script 2012-07-29 10:51:31 -05:00