diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-04 06:03:38 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-04 06:03:38 (GMT) |
commit | 9b0f148d2d71ae0d975912e1b405650a45f6b042 (patch) | |
tree | 42d2d3d321c3fa2d0a4ac376a2719230ea915ac4 | |
parent | bbef180a218aa59f03ea7bcf389ff3d1a357907d (diff) |
documentation for purpose of file
-rw-r--r-- | scripts/setenv-linbuild.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/setenv-linbuild.sh b/scripts/setenv-linbuild.sh index a61b55a..8e3d76d 100644 --- a/scripts/setenv-linbuild.sh +++ b/scripts/setenv-linbuild.sh @@ -1,3 +1,8 @@ +# setup env variables for building OpenSCAD against custom built +# dependency libraries from linux-build-dependencies.sh + +# run this file with 'source setenv-linbuild.sh' + # BASEDIR and DEPLOYDIR must be the same as in linux-build-dependencies.sh BASEDIR=$HOME/openscad_deps DEPLOYDIR=$BASEDIR |