diff options
Diffstat (limited to 'setenv_mjau.sh')
-rw-r--r-- | setenv_mjau.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |