Commits


ARF1 authored and Wes McKinney committed 19681ffd2f0
ARROW-6465: [Python] Improvement to Windows build instructions The current instructions for building the pyarrow python extension are incomplete. Problems include: - missing re2, llvm, clang prerequisites - missing info on which MSVC toolsets are supported - missing info on how the build commands to different MSVC toolsets This amends the python developer documentation with above. Closes #5294 from ARF1/improve_build_instructions and squashes the following commits: a57ea7d19 <ARF1> warning about side-effects of --bundle-arrow-cpp f2ea51b07 <ARF1> fix spelling of --bundle-arrow-cpp 121faff02 <ARF1> incorporate suggestions from @wesm 927c6cc3a <ARF1> fix ARROW_HOME location b6714fd01 <ARF1> fix rst syntax issues cd8e09324 <ARF1> ARROW-6465: Improvement to Windows build instructions Lead-authored-by: ARF1 <arik@funke.eu> Co-authored-by: ARF1 <ARF1@github> Signed-off-by: Wes McKinney <wesm+git@apache.org>