From bdb6b3f183afe76ea484744c550c6872b7b3e214 Mon Sep 17 00:00:00 2001 From: dhirschf Date: Fri, 3 Nov 2017 08:34:48 +1000 Subject: [PATCH] Clarification of gflags channel --- cpp/apidoc/Windows.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpp/apidoc/Windows.md b/cpp/apidoc/Windows.md index 8de5dea421f77..e7e83f1946b56 100644 --- a/cpp/apidoc/Windows.md +++ b/cpp/apidoc/Windows.md @@ -44,6 +44,10 @@ Now, you can bootstrap a build environment conda create -n arrow-dev cmake git boost-cpp flatbuffers rapidjson cmake thrift-cpp snappy zlib brotli gflags lz4-c zstd -c conda-forge ``` +***Note:*** +> *Make sure to get the `conda-forge` build of `gflags` as the + naming of the library differs from that in the `defaults` channel* + Activate just created conda environment with pre-installed packages from previous step: