ARROW-1977: [C++] Update windows dev docs#1466
Closed
chris-b1 wants to merge 2 commits intoapache:masterfrom
Closed
ARROW-1977: [C++] Update windows dev docs#1466chris-b1 wants to merge 2 commits intoapache:masterfrom
chris-b1 wants to merge 2 commits intoapache:masterfrom
Conversation
wesm
reviewed
Jan 8, 2018
cpp/apidoc/Windows.md
Outdated
|
|
||
| ```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 python=3 cmake git boost-cpp flatbuffers rapidjson cmake thrift-cpp snappy zlib brotli gflags lz4-c zstd -c conda-forge |
Member
There was a problem hiding this comment.
Which dependency was causing Python to get installed? At least when these docs were written, none of these libraries had a Python dependency
Author
There was a problem hiding this comment.
Hmm, I can't actually reproduce this - I might have had an old version of conda installed or something - it definitely was picking up python 2.7, but with a clean Miniconda install isn't. I'll revert.
"C:\Users\chris.bartak\AppData\Local\Continuum\miniconda3\Scripts\conda.exe" create -n arrow-dev-test cmake git boost-cpp flatbuffers rapidjson cmake thrift-cpp snappy zlib brotli gflags lz4-c zstd -c conda-forge
Fetching package metadata ...............
Solving package specifications: .
Package plan for installation in environment C:\Users\chris.bartak\AppData\Local\Continuum\miniconda3\envs\arrow-dev-test:
The following NEW packages will be INSTALLED:
boost-cpp: 1.66.0-vc14_1 conda-forge [vc14]
brotli: 0.6.0-vc14_0 conda-forge [vc14]
ca-certificates: 2017.11.5-0 conda-forge
cmake: 3.10.0-4 conda-forge
flatbuffers: 1.7.1-vc14_0 conda-forge [vc14]
gflags: 2.2.0-vc14_1 conda-forge [vc14]
git: 2.14.2-3 conda-forge
lz4-c: 1.8.0-vc14_0 conda-forge [vc14]
openssl: 1.0.2n-vc14_0 conda-forge [vc14]
rapidjson: 1.1.0-0 conda-forge
snappy: 1.1.7-vc14_1 conda-forge [vc14]
thrift-cpp: 0.10.0-vc14_1 conda-forge [vc14]
vc: 14-0 conda-forge
vs2015_runtime: 14.0.25420-0 conda-forge
zlib: 1.2.11-vc14_0 conda-forge [vc14]
zstd: 1.3.2-vc14_1 conda-forge [vc14]
wesm
approved these changes
Jan 10, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.