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 2018/01/10 22:07:21 UTC

[arrow] branch master updated: ARROW-1977: [C++] Update windows dev docs

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 289e205  ARROW-1977: [C++] Update windows dev docs
289e205 is described below

commit 289e205c16bdeb5a63b629ce5df05e4164b78e72
Author: Chris Bartak <ch...@advisorsexcel.com>
AuthorDate: Wed Jan 10 17:07:14 2018 -0500

    ARROW-1977: [C++] Update windows dev docs
    
    Author: Chris Bartak <ch...@advisorsexcel.com>
    
    Closes #1466 from chris-b1/windows-cpp-devdoc and squashes the following commits:
    
    0990ddc0 [Chris Bartak] remove python from cpp conda env
    4dab8b05 [Chris Bartak] updates windows c++ env docs
---
 cpp/apidoc/Windows.md | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/cpp/apidoc/Windows.md b/cpp/apidoc/Windows.md
index e7e83f1..aa3d31f 100644
--- a/cpp/apidoc/Windows.md
+++ b/cpp/apidoc/Windows.md
@@ -55,20 +55,16 @@ previous step:
 activate arrow-dev
 ```
 
-We are using [cmake][4] tool to support Windows builds.
+We are using the [cmake][4] tool to support Windows builds.
 To allow cmake to pick up 3rd party dependencies, you should set
 `ARROW_BUILD_TOOLCHAIN` environment variable to contain `Library` folder
 path of new created on previous step `arrow-dev` conda environment.
-For instance, if `Miniconda` was installed to default destination, `Library`
-folder path for `arrow-dev` conda environment will be as following:
 
+To set `ARROW_BUILD_TOOLCHAIN` environment variable visible only for current terminal
+session you can run following. `%CONDA_PREFIX` is set by conda to the current environment
+root by the `activate` script.
 ```shell
-C:\Users\YOUR_USER_NAME\Miniconda3\envs\arrow-dev\Library
-```
-
-To set `ARROW_BUILD_TOOLCHAIN` environment variable visible only for current terminal session you can run following:
-```shell
-set ARROW_BUILD_TOOLCHAIN=C:\Users\YOUR_USER_NAME\Miniconda3\envs\arrow-dev\Library
+set ARROW_BUILD_TOOLCHAIN=%CONDA_PREFIX%\Library
 ```
 
 To validate value of `ARROW_BUILD_TOOLCHAIN` environment variable you can run following terminal command:

-- 
To stop receiving notification emails like this one, please contact
['"commits@arrow.apache.org" <co...@arrow.apache.org>'].