Skip to content

Commit 45f6798

Browse files
committed
Update pre-requisites for windows build
1 parent e57d576 commit 45f6798

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/buildlibs/build.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,15 @@ If you still need to build natives locally (e.g., for testing or development), f
5454
---
5555

5656
#### **Windows**
57+
5758
##### **Prerequisites**
5859
- [Visual Studio Community C++ Compiler](https://visualstudio.microsoft.com/vs/community/)
5960
- [Git for Windows with Bash Terminal](https://gitforwindows.org/)
61+
- [Open CL-Headers and Library](https://github.com/KhronosGroup/OpenCL-Headers)
62+
(copy the ```CL``` directory to c:/OpenCL/include)
63+
- Open CL Libary (OpenCL.lib)
64+
Option 1: If Cuda installed copy from ```C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vxx.x\lib\x64```
65+
Option 2: build from source
6066

6167
##### **Build Instructions**
6268
1. From the Start menu, run **'x64 Native Tools Command Prompt for VS'**.

0 commit comments

Comments
 (0)