You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kae Suarez (Jira)" <ji...@apache.org> on 2022/07/21 16:19:00 UTC

[jira] [Comment Edited] (ARROW-13021) [C++] Add/improve documentation about employing Arrow in downstream CMake projects

    [ https://issues.apache.org/jira/browse/ARROW-13021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569504#comment-17569504 ] 

Kae Suarez edited comment on ARROW-13021 at 7/21/22 4:18 PM:
-------------------------------------------------------------

I can vouch for needing this, e.g., the minimal build example uses Docker, which was a tool I didn't have on hand at the time, and I wanted to do something even _more_ minimal. Plus, there is currently no mention of the requirement of the C++11 standard to be set, as well as the process for linking things like Arrow Datasets, which requires an additional step or two at the moment.


was (Author: JIRAUSER293080):
I can vouch for more need of this, e.g., the minimal build example uses Docker, which was a tool I didn't have on hand at the time, and I wanted to do something even _more_ minimal. Plus, there is currently no mention of the requirement of the C++11 standard to be set, as well as the process for linking things like Arrow Datasets, which requires an additional step or two at the moment.

> [C++] Add/improve documentation about employing Arrow in downstream CMake projects
> ----------------------------------------------------------------------------------
>
>                 Key: ARROW-13021
>                 URL: https://issues.apache.org/jira/browse/ARROW-13021
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++, Documentation
>            Reporter: Wes McKinney
>            Priority: Major
>
> In our C++ documentation, it may be useful to create a section about how we recommend introducing Arrow as a build / runtime dependency of downstream projects, particularly other CMake-based build systems. This would be at this level:
> https://arrow.apache.org/docs/cpp/index.html
> We have the "Minimal Build" example in the codebase which helps, but it may not cover all the various ways that people need to be able to depend on the project. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)