You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2021/02/17 17:14:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-11340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs resolved ARROW-11340.
-------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 9287
[https://github.com/apache/arrow/pull/9287]

> [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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 17h
>  Remaining Estimate: 0h
>
> 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)