Skip to content

Commit

Permalink
Update docs for CMake build
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Jul 26, 2023
1 parent 309ec62 commit 1289657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/developers/java/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ CMake
-DARROW_ORC=ON \
-DARROW_PARQUET=ON \
-DARROW_S3=ON \
-DARROW_SUBSTRAIT=ON \
-DARROW_USE_CCACHE=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib/<your system's architecture> \
Expand Down Expand Up @@ -258,6 +259,7 @@ CMake
-DARROW_ORC=OFF ^
-DARROW_PARQUET=ON ^
-DARROW_S3=ON ^
-DARROW_SUBSTRAIT=ON ^
-DARROW_USE_CCACHE=ON ^
-DARROW_WITH_BROTLI=ON ^
-DARROW_WITH_LZ4=ON ^
Expand Down

0 comments on commit 1289657

Please sign in to comment.