Thread 105643794 - /g/ [Archived: 945 hours ago]

Anonymous
6/19/2025, 9:52:35 PM No.105643794
1750356772137487
1750356772137487
md5: 4ac7bac650ec69a29c8e348540ceedfa🔍
>want to use OpenCV library on Windows
>download the library
>copy it to the projekt folder
>add two lines of code in the Visual Studio projekt file
>it just werks

>want to use OpenCV library on Linux (Mint)
>download the library from github
>have to compile the shit myself (took almost an hour)
>have to install the shit after compiling
>have to install additional libraries
>have to set environment variables and shit
>need to configure the cmake file
>after 3 hours of fiddling it partly works

See, this is why no sane person uses Linux
Replies: >>105643868 >>105643913
Anonymous
6/19/2025, 9:59:50 PM No.105643868
geass 3
geass 3
md5: 9dbe76468949623ff3835fe4bb8c6f8c🔍
>>105643794 (OP)
>type "vcpkg install opencv"
>add two lines to cmakelists.txt file
voila
Replies: >>105643913
Anonymous
6/19/2025, 10:04:19 PM No.105643913
>>105643794 (OP)
>>105643868
Oh and, visual studio has native cmake support nowadays too, it's the de-facto standard for everything except gamedev projects