Skip to content

Commit

Permalink
Revert build command change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 29, 2022
1 parent 02598a6 commit 02b6faf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/developers/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ created above (stored in ``$ARROW_HOME``):
-DARROW_WITH_ZSTD=ON \
-DPARQUET_REQUIRE_ENCRYPTION=ON \
..
$ cmake --build . --target install --config Debug
$ make -j4
$ make install
$ popd
There are a number of optional components that can be switched ON by
Expand Down Expand Up @@ -371,7 +372,7 @@ Python executable which you are using.
.. note::

On Linux systems with support for building on multiple architectures,
libraries may be installed into the ``lib64`` directory by default. For
``make`` may install libraries in the ``lib64`` directory by default. For
this reason we recommend passing ``-DCMAKE_INSTALL_LIBDIR=lib`` because the
Python build scripts assume the library directory is ``lib``

Expand Down

0 comments on commit 02b6faf

Please sign in to comment.