diff options
-rw-r--r-- | mjau.gdb | 1 | ||||
-rw-r--r-- | setenv_mjau.sh | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/mjau.gdb b/mjau.gdb new file mode 100644 index 0000000..7119d8d --- /dev/null +++ b/mjau.gdb @@ -0,0 +1 @@ +set environment DYLD_LIBRARY_PATH=/Users/kintel/code/metalab/checkout/OpenSCAD/OpenCSG-1.2.0/lib
\ No newline at end of file diff --git a/setenv_mjau.sh b/setenv_mjau.sh new file mode 100644 index 0000000..6c83b2e --- /dev/null +++ b/setenv_mjau.sh @@ -0,0 +1,4 @@ +export OPENCSGDIR=$PWD/../OpenCSG-1.3.0 +export EIGEN2DIR=/opt/local/include/eigen2 +export QCODEEDITDIR=$PWD/../qcodeedit-2.2.3/install +export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib:$QCODEEDITDIR/lib |