OpenSceneGraph: Difference between revisions

Undo revision 36787 by ThorstenB (talk) - please see Talk:OpenSceneGraph
(→‎lib64: I'm puzzled by the lib64=>lib hack. Don't use that :).)
(Undo revision 36787 by ThorstenB (talk) - please see Talk:OpenSceneGraph)
Line 93: Line 93:
   sed 's|SET(LIB_POSTFIX "64" CACHE|SET(LIB_POSTFIX "" CACHE|' -i CMakeLists.txt
   sed 's|SET(LIB_POSTFIX "64" CACHE|SET(LIB_POSTFIX "" CACHE|' -i CMakeLists.txt


Note: On a 64bit Linux system, all 64bit libraries should be installed into .../lib64 folders - while 32bit libraries are kept in the "old" lib folder. So using the hack above messes up your installation - it mixes 32bit and 64bit libraries - i.e. you can no longer have 32bit and 64bit of the same library installed on your system. Hence, avoid using that hack (I have no idea why this should be suggested at all :) ).


= Features and issues =
= Features and issues =
392

edits