Skip to content

Commit

Permalink
[Documentation][C++] Change build conda create command for Windows de…
Browse files Browse the repository at this point in the history
…veloper (apache#3316)

[Documentation][C++] Change build conda create command for Windows developer
  • Loading branch information
Binyang2014 authored and wesm committed Jan 5, 2019
1 parent 46b1bc7 commit 66f0d39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpp/apidoc/Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66f0d39

Please sign in to comment.