use OpenCV with Clion IDE on Windows

前端 未结 2 853
Happy的楠姐
Happy的楠姐 2020-12-08 22:55

I\'m actually looking for a way to create apps with OpenCV with Clion from JetBrains.

I\'ve installed OpenCV with Choco, so I have all the stuff in C:\\opencv

<
2条回答
  •  感情败类
    2020-12-08 23:36

    I just want to add one more thing in the answer of daB0bby. Few Min-GW Compilers do not support C++ Version 11 or later. This version is required for thread in OpenCV. So I will suggest using TDM-GCC Compiler instead of MinGW Compiler. Install this compiler and set path C:\TDM-GCC-64\bin to the system's environmental variable.

提交回复
热议问题