You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Kouhei Sutou (JIRA)" <ji...@apache.org> on 2016/12/21 14:35:58 UTC

[jira] [Created] (ARROW-440) [C++] Support pkg-config

Kouhei Sutou created ARROW-440:
----------------------------------

             Summary: [C++] Support pkg-config
                 Key: ARROW-440
                 URL: https://issues.apache.org/jira/browse/ARROW-440
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
            Reporter: Kouhei Sutou
            Priority: Minor


[pkg-config|https://www.freedesktop.org/wiki/Software/pkg-config/] is a tool to get build flags.

If Arrow supports pkg-config, users can set build flags easily.

For example, [CMake supports pkg-config|https://cmake.org/cmake/help/v3.7/module/FindPkgConfig.html].

To support pkg-config, we just install .pc file that includes build flags information.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)