diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-30 00:06:14 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-30 00:06:14 (GMT) |
commit | 87f2d39901560526745e337f27bd2dc017f5ddd1 (patch) | |
tree | d2aa43f27740435750e551f44af7242f921380bb | |
parent | eeadeb2552ae72004075bb4a43db33ba9af76ec0 (diff) |
clarify comments
-rw-r--r-- | scripts/setenv-unibuild.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/setenv-unibuild.sh b/scripts/setenv-unibuild.sh index f83a2cf..d13782c 100644 --- a/scripts/setenv-unibuild.sh +++ b/scripts/setenv-unibuild.sh @@ -1,12 +1,8 @@ # setup environment variables for building OpenSCAD against custom built -# dependency libraries. +# dependency libraries. works on Linux/BSD. # -# run with 'source ./scripts/setenv-unibuild.sh' +# Please see the 'uni-build-dependencies.sh' file for usage information # -# run it every time you re-login and want to build or run openscad -# against custom libraries installed into BASEDIR. -# -# used in conjuction with uni-build-dependencies.sh setenv_common() { |