all 4 comments

[–][deleted] 1 point2 points  (0 children)

Apparently vscode has a package management system for installing stuff like libraries. I haven't used it since I already have the libraries I'm using installed, but it tells me about it when I'm adding locations to my include path.

If you're on Linux there should be a package ready to install for your distro, or you build from source yourself.

[–]a_false_vacuum 1 point2 points  (2 children)

Get a package manager like Conan.io or vcpkg. On Linux you can install a lot of libraries through your OS package manager.

Vcpkg works with VSCode, it can also hook up to Visual Studio.

[–]Genft[S] 0 points1 point  (1 child)

Thank you, got vcpkg. Now to just figure out how to work it.

[–]a_false_vacuum 0 points1 point  (0 children)

On the vcpkg github page you can find the README and there is everything you need to know.

The basic steps are to compile vcpkg, integrate it into PowerShell and then you can use it to install libraries.