Commit Graph

58 Commits (0c2f2b074923c097b15e25f91756c3aa39cbe1bb)

Author SHA1 Message Date
Don Bright 1280ab8c4e fix issue 629 - dont run sudo automatically as it can harm some systems 2014-02-02 09:57:53 -06:00
Marius Kintel d076c73a4d Merge pull request #577 from hroncok/patch-5
Link to Travis builds from README
2014-02-01 10:48:31 -08:00
Torsten Paul e6bfee021b Add libffi to MacOS build. 2014-01-08 14:43:04 -05:00
Miro Hrončok 93bd4af052 Link to Travis builds from README 2013-12-24 12:50:25 +01:00
Marius Kintel 6987ac9279 Merge pull request #561 from brodykenrick/master
Unicode support for search, length and STRING[] accesses (+ a fix for 3rd Party CGAL lib issue on Ubunti)
2013-12-10 23:50:52 -08:00
Marius Kintel 3bd224b990 Merge remote-tracking branch 'origin/travis' 2013-12-09 00:47:02 -05:00
Brody Kenrick 0717c67c9f Unicode support for strings
Add suport for using unicode strings in .scad files. Support iterating
across them/accessing them via [] and searching.
--------
Add GLIB (to build for test and normal build -- both with installed and
built locally development files).
Add support for unicode chars to length and search builtin functions and
[] for strings.
Added unicode testing functions.
Ad GLIB to library info page.
2013-12-05 18:28:40 +11:00
Marius Kintel 3e3caaa625 Removed eigen2 from build system and documentation. We now require eigen3 2013-11-15 15:48:43 -05:00
Marius Kintel 7d667b1025 Update README.md 2013-10-30 22:19:27 -04:00
David M. Palmer 31cb13b7ae Mac Build update build to 2013-09 versions
README.md
   reflect change in setenv_mac*.sh files
macosx-build-dependencies.sh
    qt4 version updated to 4.8.5 and is now at a different host which uses 302 redirection
FindBoost.cmake
    Added paths for MacPorts (/opt/local) and Brew (/usr/local) to previous Fink (/sw/local)
2013-09-05 21:50:19 -06:00
Don Bright ca4fb9238f update readme 2013-05-18 15:40:01 -05:00
Don Bright 84eaad1457 update to match new mxe. add 'builder' script to automate some stuff 2013-05-12 12:19:04 -05:00
Marius Kintel b5922d7551 Merge branch 'master' into issue116 2013-04-24 02:00:28 -04:00
Marius Kintel 7342ff7cf9 Update README.md 2013-04-18 23:42:09 -03:00
Marius Kintel 49a288cd34 Merge branch 'noqt' into testing 2013-04-10 14:28:51 -04:00
Marius Kintel 8ea615c7cf Mention cmake dependency on Mac 2013-03-22 10:48:30 -03:00
Marius Kintel d545a22726 Updated dependencies 2013-03-17 17:30:29 -05:00
don bright 9c287dc317 Merge branch 'master' of github.com:openscad/openscad into issue11_2 2013-03-03 17:10:09 -06:00
Marius Kintel 422c668dcb OpenCSG is now in MacPorts 2013-03-02 22:39:33 +07:00
don bright d4c15a8fc4 fixups for mingw32 cross compilation 2013-01-26 21:19:42 +01:00
don bright 2336f6fe2a point out that you need a clean shell to run the mingw crossbuild 2013-01-17 16:57:58 +01:00
don bright 017059c686 mention that cross-building dependencies can take several hours 2013-01-17 16:41:04 +01:00
don bright 41269ec0ff simplify README a little bit on build process 2012-12-29 17:05:28 -06:00
don bright 7afcc417b3 prevent LD_LIBRARY_PATH problems on unix (not OSX) systems with
dependency builds, by using RPATH during build. remove the shell script
workaround that was added during the previous commit, as it is 'less
clean' a solution.
2012-12-29 14:26:59 -06:00
don bright 4cc6e2a1b1 a workaround for LD_LIBRARY_PATH having to be set every time you want to
run openscad if you build your own dependencies.
2012-12-24 20:15:40 -06:00
don bright e52787b07d make glew min 1.5.4 (its OK). fix glew + gcc detection. more debugging info. 2012-12-23 16:52:16 +01:00
don bright f3cd856282 netbsd fixes 2012-12-23 01:00:48 +01:00
don bright a75743f2a3 update README to show how to build only opencsg/cgal dependencies 2012-12-21 08:40:57 -06:00
don bright 0de7357528 clarify README for linux/bsd build, streamline 'get-depdendencies' script 2012-12-21 01:54:35 +01:00
don bright 89f3b31b6b warn user about old local copies of libraries 2012-12-21 00:37:59 +01:00
don bright 238cf8570d fixes for netbsd. clarify readme. 2012-12-21 00:35:16 +01:00
don bright 799bb20d38 mention BSD. clarify language slightly 2012-12-20 16:12:49 -06:00
don bright 29c3699e0a clarify README linux compilation 2012-12-20 18:03:04 +01:00
don bright 03ef1a27ea unify build scripts. introduce 'version checker' script. simplify instructions 2012-12-04 22:18:12 -06:00
don bright 7a2f91e51d update eigen version in README. dont use alignment in dxfdata vector. 2012-08-18 21:16:34 -05: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 0b77c6af81 bugfixes, update README 2012-08-01 23:14:34 -05:00
don bright c900bc628f update README with cross-build instructions 2012-08-01 22:43:47 -05:00
Marius Kintel f1634d545d Merge branch 'master' of github.com:openscad/openscad
Conflicts:
	scripts/linux-build-dependencies.sh
2012-07-23 22:43:43 -04:00
Marius Kintel 9562565a87 Merge pull request #156 from openscad/git_readme_update
Git readme update
2012-07-23 19:39:19 -07:00
don bright 54bf1cf7d9 update README.md lines to look better on github.com 2012-07-22 22:43:16 -05:00
don bright 354aa17fee add git clone info to README.md , for openscad and MCAD 2012-07-22 22:16:52 -05:00
don bright eda7a41335 cgal 4.0.2 has a bugfix re clang and gcc 4.7 ( issue #117 ) 2012-07-20 14:36:17 -05:00
don bright 2cf86fc204 fix bug in ubuntu script. tweak README to match MacOSX section. 2012-07-12 03:02:41 +02:00
don bright beac717910 update README, add build-essentials and ubuntu version detection 2012-07-11 19:50:26 -05:00
don bright c89ff6a7e1 update documentation 2012-07-11 00:34:38 -05:00
don bright 54f6fb2754 update documentation. update glew version for ubuntu package d/l 2012-07-11 00:12:44 -05:00
don bright b960247d28 fix aptitude package list for ubuntu build in README 2012-07-07 23:53:47 -05:00
don bright 984f7dc3f9 Add ubuntu package list for aptitude. Add pointer to wikibooks site 2012-07-04 06:56:17 +02:00