diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-20 23:35:16 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-20 23:35:16 (GMT) |
commit | 238cf8570dc9916f2fe18f73c7e0b1ca48653469 (patch) | |
tree | 262069139b9365702b5a344ec66501579db3c959 /README.md | |
parent | 799bb20d38f12f964f7ff3eba6575719a4530097 (diff) |
fixes for netbsd. clarify readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -152,7 +152,9 @@ can download and build dependencies into $HOME/openscad_deps as follows: source ./scripts/setenv-unibuild.sh ./scripts/uni-build-dependencies.sh -This may take several hours. After completion, again check dependencies +This may take an hour or two. Note it will not build huge deps like gcc +or qt, only the main ones (boost, CGAL, opencsg, etc). After completion, +again check dependencies source ./scripts/setenv-unibuild.sh ./scripts/check-dependencies.sh |