You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/01/05 18:31:14 UTC

[arrow] branch master updated: [Documentation][C++] Change build conda create command for Windows developer (#3316)

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

wesm 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 66f0d39  [Documentation][C++] Change build conda create command for Windows developer (#3316)
66f0d39 is described below

commit 66f0d39a1c9ddd5e9de85ff7bfc8c13601372050
Author: Binyang2014 <bi...@outlook.com>
AuthorDate: Sun Jan 6 02:31:10 2019 +0800

    [Documentation][C++] Change build conda create command for Windows developer (#3316)
    
    [Documentation][C++] Change build conda create command for Windows developer
---
 cpp/apidoc/Windows.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/cpp/apidoc/Windows.md b/cpp/apidoc/Windows.md
index 5199c2f..8a724d0 100644
--- a/cpp/apidoc/Windows.md
+++ b/cpp/apidoc/Windows.md
@@ -38,10 +38,11 @@ Launch cmd.exe and run following commands:
 conda config --add channels conda-forge
 ```
 
-Now, you can bootstrap a build environment
+Now, you can bootstrap a build environment (call from the root directory of the
+Arrow codebase):
 
 ```shell
-conda create -n arrow-dev cmake git boost-cpp flatbuffers rapidjson cmake thrift-cpp snappy zlib brotli gflags lz4-c zstd -c conda-forge
+conda create -n arrow-dev --file=ci\conda_env_cpp.yml
 ```
 
 > **Note:** Make sure to get the `conda-forge` build of `gflags` as the