Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/source/developers/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,20 @@ You can use Docker to build the documentation:
make -f Makefile.docker docs

The final output is located under ``docs/_build/html``.

.. _building-vcpkg:

Building with Vcpkg
Copy link
Member

@kou kou Jan 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that this description describes how to install Apache Arrow C++ with vcpkg instead of describing how tobuild with vcpkg.
How about adding this to https://github.com/apache/arrow-site/blob/master/install.md ? The file is published as https://arrow.apache.org/install/ .

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good suggestion, I will move it to that doc.

-------------------

You can download and install arrow using the `vcpkg <https://github.com/Microsoft/vcpkg>`_ dependency manager:

.. code-block:: shell

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install arrow

The arrow port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please `create an issue or pull request <https://github.com/Microsoft/vcpkg>`_ on the vcpkg repository.