[back to main page]

Dependencies of my programs on Mac OS X

Library requirements of using my engine on Mac OS X:

For libs installed by fink, you may have to add them to your libs path by command like

  export LD_LIBRARY_PATH=/sw/lib:"$LD_LIBRARY_PATH"
before executing programs. (you can add this to your .bashrc or similar file for comfort).