intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
262 stars 80 forks source link

How do I build this for Windows x64? #108

Closed Robinson-UK closed 6 months ago

Robinson-UK commented 9 months ago

It isn't clear how to build this for x64. I have it building for Windows x86 at the moment, after running the .bat files.

mav-intel commented 9 months ago

Hi @Robinson-UK , If you use the .bat files the CMake build will proceed using the default generator for your platform. If you want to override it you can invoke CMake directly at that stage by specifying the architecture explicitly:

cmake --build "%build_dir%" --verbose --config Release -A x64

(note that this assumes you have already done the CMake configure step. See INSTALL.md for more details on building directly with CMake for more explicit control of the build

akwrobel commented 6 months ago

Closed as there has been no further response from the submitter.