OpenSceneGraph: Difference between revisions

Jump to navigation Jump to search
m
Line 76: Line 76:
   cd build.osg
   cd build.osg
   cmake -D CMAKE_INSTALL_PREFIX:PATH="$(MY_PREFIX)" ../path/to/osg/source
   cmake -D CMAKE_INSTALL_PREFIX:PATH="$(MY_PREFIX)" ../path/to/osg/source
  make
  make install


or possibly to avoid needing to set LD_LIBRARY_PATH
or possibly to avoid needing to set LD_LIBRARY_PATH
Line 82: Line 84:
   cd build.osg
   cd build.osg
   cmake -D CMAKE_INSTALL_PREFIX:PATH="$(MY_PREFIX)" -D CMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOLEAN="true" ../path/to/osg/source
   cmake -D CMAKE_INSTALL_PREFIX:PATH="$(MY_PREFIX)" -D CMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOLEAN="true" ../path/to/osg/source
  make
  make install




827

edits

Navigation menu