Answers for "vcpkg"

1

vcpkg

> git clone https://github.com/microsoft/vcpkg
> .\vcpkg\bootstrap-vcpkg.bat
Posted by: Guest on January-27-2021
1

install c++ library windows

The .dll can go in any directory listed in your PATH environment variable.

The .lib file can go in any directory listed in your LIB environment variable.

The .h files can go in any directory listed in your INCLUDE environment variable.
Posted by: Guest on October-06-2020

Code answers related to "vcpkg"

Browse Popular Code Answers by Language