Changes between Version 17 and Version 18 of OsgVpbBuildEnvLinux


Ignore:
Timestamp:
Sep 24, 2011, 8:47:16 PM (13 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OsgVpbBuildEnvLinux

    v17 v18  
    106106bin/linux/release/deviceQuery
    107107}}}
    108  * Download and install Nvidia Texture Tools 2 (NVTT) from svn ( stablerelease 2.0.8.1 won't work with CUDA 4.0) as non-root:
     108== Compile and isntall Nvidia Texture Tools 2 (NVTT) ==
     109 * Download and install NVTT from svn ( stable release 2.0.8.1 won't work with CUDA 4.0) as non-root:
    109110{{{
    110111cd ~
    111112svn checkout http://nvidia-texture-tools.googlecode.com/svn/branches/2.0/ nvidia-texture-tools-read-only
    112113cd nvidia-texture-tools-read-only
    113 # Use CMake instead of ./configure to ensure CMake looks for cuda/lib64 instead of cuda/lib.
     114# Use CMake instead of ./configure to ensure CMake looks for cuda/lib64 instead of cuda/lib. Add CMake variable NVTT_SHARED with the boolean value 'true'.
    114115make
    115116sudo make install