You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/08/06 12:41:47 UTC

[arrow] branch master updated: MINOR: [C++][Docs] Adds link in "Using Arrow C++ in your own project" to Arrow install page (#13808)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a2152b701 MINOR: [C++][Docs] Adds link in "Using Arrow C++ in your own project" to Arrow install page (#13808)
2a2152b701 is described below

commit 2a2152b7018dfea72418114baed8fbd2e18e2852
Author: Kae S <31...@users.noreply.github.com>
AuthorDate: Sat Aug 6 08:41:42 2022 -0400

    MINOR: [C++][Docs] Adds link in "Using Arrow C++ in your own project" to Arrow install page (#13808)
    
    Currently, users of the C++ documentation have to go find the commands and availability for installing Arrow in their package manager of choice themselves. While this is only a small irritation, it's easily fixed by adding a link to the install page. This PR adds said link.
    
    Authored-by: Kae S <31...@users.noreply.github.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 docs/source/cpp/build_system.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/source/cpp/build_system.rst b/docs/source/cpp/build_system.rst
index 95cfe4ce3f..d4a0c82cc6 100644
--- a/docs/source/cpp/build_system.rst
+++ b/docs/source/cpp/build_system.rst
@@ -23,7 +23,8 @@ Using Arrow C++ in your own project
 ===================================
 
 This section assumes you already have the Arrow C++ libraries on your
-system, either after installing them using a package manager or after
+system, either after `installing them using a package manager
+<https://arrow.apache.org/install/>`_ or after
 :ref:`building them yourself <building-arrow-cpp>`.
 
 The recommended way to integrate the Arrow C++ libraries in your own