diff options
Diffstat (limited to 'scripts')
| -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 | 
