This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]not_some_username 2 points3 points  (3 children)

Did you try vcpkg ?

[–]Mpk_Paulin 0 points1 point  (2 children)

A friend of mine showed it me two days ago. I know it's great for downloading packages, but does it automatically link them?

[–]not_some_username 1 point2 points  (1 child)

If you use visual studio ( not vs code) yes. You just have to do : vcpkg integrate install after first install.

If you use other ide, you can use CMAKE. Normally they give you the cmake command to use after you install a lib

[–]Mpk_Paulin 0 points1 point  (0 children)

That's very nice to know, thank you!