소스 검색

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 ||
 ++===========++