Added known build issues and workarounds

Added known build issues and workarounds
This commit is contained in:
Puspendu Banerjee 2020-12-21 00:21:44 -06:00 committed by GitHub
parent 5a9fa74ca0
commit c984dfa87d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,12 @@ in the main directory of the project
git submodule init
git submodule update
```
+ **OpenCL.lib not found** \
install intel sdk intel_sdk_for_opencl_applications_{YYYY}.V.XYZ.zip (e.g. intel_sdk_for_opencl_applications_2020.3.494.zip)
Set environment variable for Linker to pick up OpenCL.lib. Below example is for MS Build linker
```
set LIB=%LIB%;%INTELOCLSDKROOT%\lib\x64;%INTELOCLSDKROOT%\lib\x86;
```
## License