We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a vcpkg.json manifest file to the cpp project root to enable easy one-liner installation of build dependencies with vcpkg:
vcpkg.json
cpp
vcpkg
vcpkg install --clean-after-build --triplet x64-windows --x-manifest-root C:\path\to\arrow\cpp
Info about vcpkg manifests:
https://devblogs.microsoft.com/cppblog/vcpkg-accelerate-your-team-development-environment-with-binary-caching-and-manifests/#announcing-manifests-and-binary-caching-support
https://vcpkg.readthedocs.io/en/latest/specifications/manifests/
https://github.com/microsoft/vcpkg/blob/master/docs/users/manifests.md
Reporter: Ian Cook / @ianmcook Assignee: Ian Cook / @ianmcook
Note: This issue was originally created as ARROW-11340. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
Krisztian Szucs / @kszucs: Issue resolved by pull request 9287 #9287
Sorry, something went wrong.
ianmcook
No branches or pull requests
Add a
vcpkg.json
manifest file to thecpp
project root to enable easy one-liner installation of build dependencies withvcpkg
:Info about
vcpkg
manifests:https://devblogs.microsoft.com/cppblog/vcpkg-accelerate-your-team-development-environment-with-binary-caching-and-manifests/#announcing-manifests-and-binary-caching-support
https://vcpkg.readthedocs.io/en/latest/specifications/manifests/
https://github.com/microsoft/vcpkg/blob/master/docs/users/manifests.md
Reporter: Ian Cook / @ianmcook
Assignee: Ian Cook / @ianmcook
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-11340. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: