[cad-linux] Re: exoTKAD

>what should CASROOT, and CSF_GraphicShr  be defined to?
>do i need to create the above paths as hard directories or symlinks?
>the opencascade install.csh would never finish normally so i manually 
>extracted the files an directories to /usr/local/CAS4.0, and then added the 
>/usr/local/CAS4.0/lib path to ld.so.conf and ran ld.config  to update it
>suggestions?
>

You need something like:
#!/bin/bash
export CASROOT=/opt/opencascade/ref
export CSF_MDTVFontDirectory=${CASROOT}src/FontMFT
export CSF_MDTVTexturesDirectory=${CASROOT}src/Textures
export MMGT_CLEAR=1
export CSF_UnitsDefinition=${CASROOT}src/UnitsAPI/Units.dat
export CSF_UnitsLexicon=${CASROOT}src/UnitsAPI/Lexi_Expr.dat
export LD_LIBRARY_PATH="${CASROOT}/`uname`/lib:${LD_LIBRARY_PATH}"
export exotkPluginPath=/opt/exoTKAD/lib

Hope this helps,
Martin

-- 
Dr. Martin Kroeker, daveg GmbH Darmstadt  CAD/CAM/CAQ  mk@xxxxxxxxx
                      Precision Powered by Penguins

Other related posts: