To run this script one need to have gcc 3.3 and fink 0.7.0 installed together with the packages openmotif3 , libjpeg , freetype2 and freetype2-dev
The script runs these commands: (download tar below, including patch file) |
curl -P - -O ftp://oss.sgi.com/projects/inventor/download/inventor-2.1.5-10.src.tar.gz tar xfz inventor-2.1.5-10.src.tar.gz patch -p 0 < ivpatch setenv DYLD_LIBRARY_PATH `pwd`/inventor/lib:`pwd`/inventor/libSoXt cd inventor make cd apps/examples make |
Which does:
inventor/lib and inventor/libSoXt where the include files also are. Please look into the inventor/apps/examples directory for hints about compilation.
To run any example, remember to set the setenv DYLD_LIBRARY_PATH <install dir>/inventor/lib:<install dir>/inventor/libSoXtA simple example with a spinning cone is inventor/apps/examples/Mentor/CXX/02.2.EngineSpin |