Changes between Version 17 and Version 18 of OsgVpbBuildEnvLinux
- Timestamp:
- Sep 24, 2011, 8:47:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OsgVpbBuildEnvLinux
v17 v18 106 106 bin/linux/release/deviceQuery 107 107 }}} 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: 109 110 {{{ 110 111 cd ~ 111 112 svn checkout http://nvidia-texture-tools.googlecode.com/svn/branches/2.0/ nvidia-texture-tools-read-only 112 113 cd 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'. 114 115 make 115 116 sudo make install