20
edits
(→fgrun) |
|||
Line 79: | Line 79: | ||
-D CMAKE_INSTALL_PREFIX:PATH="$prefix" $srcdir/OpenSceneGraph[-version] | -D CMAKE_INSTALL_PREFIX:PATH="$prefix" $srcdir/OpenSceneGraph[-version] | ||
make install | make install | ||
(Note: From this point forward when providing the "LDFLAGS" string, you should use the path specific to your installation. For 32-bit installations this will probably be the path ending in /lib. In a 64-bit installation, this '''may''' be the path ending in /lib64. You should verify this for your build, because you do not have to include both paths in the following compilations.) | |||
edits