Skip to content

Commit

Permalink
MINOR: [Documentation] Add installation of ninja-build to Python Deve…
Browse files Browse the repository at this point in the history
…lopment docs (apache#43600)

### Rationale for this change

Otherwise, you get a CMake error:
```
CMake Error: CMake was unable to find a build program corresponding to "Ninja".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
```

Authored-by: Albert Villanova del Moral <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
  • Loading branch information
albertvillanova authored Aug 20, 2024
1 parent b0317f2 commit cc3c868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developers/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ On Debian/Ubuntu, you need the following minimal set of dependencies:

.. code-block::
$ sudo apt-get install build-essential cmake python3-dev
$ sudo apt-get install build-essential ninja-build cmake python3-dev
Now, let's create a Python virtual environment with all Python dependencies
in the same folder as the repositories, and a target installation folder:
Expand Down

0 comments on commit cc3c868

Please sign in to comment.