Skip to content

Commit

Permalink
[MINOR][Python] Build more compressors in Windows Python build instru…
Browse files Browse the repository at this point in the history
…ctions

The Windows Python build instructions don't include any compression libraries (Parquet depends on these, so for completeness)
  • Loading branch information
wesm committed Apr 13, 2020
1 parent 1712410 commit 0c214cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/developers/python.rst
Expand Up @@ -464,6 +464,10 @@ Let's configure, build and install the Arrow C++ libraries:
cmake -G "%PYARROW_CMAKE_GENERATOR%" ^
-DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
-DARROW_CXXFLAGS="/WX /MP" ^
-DARROW_WITH_LZ4=on ^
-DARROW_WITH_SNAPPY=on ^
-DARROW_WITH_ZLIB=on ^
-DARROW_WITH_ZSTD=on ^
-DARROW_PARQUET=on ^
-DARROW_PYTHON=on ^
..
Expand Down

0 comments on commit 0c214cb

Please sign in to comment.