Operating system Windows x64 Compiler MSVC Steps to reproduce the behavior 1. `vcpkg install cpp-httplib` 2. `vcpkg add port cpp-httplib` at work dir 3. Add `find_package(httplib REQUIRED)` to CMakeLists.txt 4. Run CMAKE configure 5. CMA...
要安装它,请参阅https://vcpkg.io/en/getting-started。将它与其他项目一起安装会很方便:
Resources Learning Pathways White papers, Ebooks, Webinars Customer Stories Partners Open Source Enterprise microsoft/vcpkgPublic NotificationsYou must be signed in to change notification settings Fork6.2k Star22.2k New issue Have a question about this project?Sign up for a free GitHub account to open...
and you need a vcpkg file, at least {"dependencies": ["cpp-httplib"] } Note there is alotmore to setting up a project than this -- I have barely scratched the surface, so do read up on the details. E.g, in CMake you can use presets, and in vcpkg you can"parameterise" a depe...
The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result. Only one version is added to each modified port's versions file. All features are tested successfully in the following triplet: x86-windows x64-windows x64-windows-static Tested usage successful...
I'm currently write project with Visual Studio 2019, vcpkg and CMake. But when I tried to compile the program, it gave me an error: E:\quin_plugin\src\httplib.h(3625,7): error C3861: “inet_pton”: identifier not found[E:\quin_plugin\build...
The brotli port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository. Bazel See Bazel CMake The basic commands to build and install brotli are: $ mkdir out && cd...