You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/01/21 23:22:00 UTC

[jira] [Created] (ARROW-11340) [C++] Add vcpkg.json manifest to cpp project root

Ian Cook created ARROW-11340:
--------------------------------

             Summary: [C++] Add vcpkg.json manifest to cpp project root
                 Key: ARROW-11340
                 URL: https://issues.apache.org/jira/browse/ARROW-11340
             Project: Apache Arrow
          Issue Type: Task
          Components: C++
            Reporter: Ian Cook
            Assignee: Ian Cook


Add a {{vcpkg.json}} manifest file to the {{cpp}} project root to enable easy one-liner installation of build dependencies with {{vcpkg}}:
{code:java}
vcpkg install --clean-after-build --triplet x64-windows --x-manifest-root C:\path\to\arrow\cpp {code}
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]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)