瀏覽代碼

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

Nathalie Furmento 14 年之前
父節點
當前提交
69124d63d1
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 ||
 ++===========++