OpenSceneGraph: Difference between revisions

Jump to navigation Jump to search
→‎lib64: I'm puzzled by the lib64=>lib hack. Don't use that :).
(lib64 on 64bit OS')
(→‎lib64: I'm puzzled by the lib64=>lib hack. Don't use that :).)
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 =
159

edits

Navigation menu