Browse Source

README: Update list of libraries which need to be copied on windows systems

Nathalie Furmento 14 years ago
parent
commit
69124d63d1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README

+ 4 - 0
README

@@ -136,6 +136,10 @@ A few details need to be fixed when building StarPU on windows:
     copy c:\cuda\lib\cufft.lib c:\cuda\lib\libcufft.lib
     copy c:\cuda\lib\OpenCL.lib c:\cuda\lib\libOpenCL.lib
 
+(and if the version of your CUDA driver is >= 3.2)
+
+    copy c:\cuda\lib\curand.lib c:\cuda\lib\libcurand.lib
+
 ++===========++
 || V. Trying ||
 ++===========++