.....i'm try....
after the sudo make install, in my shell
i've this:
Run-time environment installation successful. Add
/usr/local/share/OpenSceneGraph/bin
to your PATH environmental variable, and
/usr/local/lib and /usr/local/lib/osgPlugins
to your LD_LIBRARY_PATH if not already present.
<<<< how can i set it, on osx ?
Development environment installation successful. Add
-I/usr/local/include
compile flag when compiling with OSG header files.
Example programs can be found at /usr/local/share/OpenSceneGraph/
src/examples.
i'm try to add in my ".profile" this line :
export OPENTHREADS_INC_DIR=/source/OSG_OP_OT-1.0/OpenThreads/include
export OPENTHREADS_LIB_DIR=/source/OSG_OP_OT-1.0/OpenThreads/lib/
Darwin32
export PRODUCER_INC_DIR=/source/OSG_OP_OT-1.0/Producer/include
export PRODUCER_LIB_DIR=/source/OSG_OP_OT-1.0/Producer/lib/Darwin32
PATH="/usr/local/share/OpenSceneGraph/bin:${PATH}"
export PATH
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/