Skip to content

Commit d57a9f6

Browse files
committed
Add a note about installing Ninja
Signed-off-by: John Pennycook <[email protected]>
1 parent c8c53fe commit d57a9f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/compilation-databases.rst

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ obtain a compilation database for the CPU:
6464
improve the quality of CBI's results. Other generators (such as "Unix
6565
Makefiles") may use response (:code:`.rsp`) files to pass command-line
6666
options, and any options passed this way will not be respected by CBI.
67+
You may need to install Ninja on your system (e.g., with :code:`pip install
68+
ninja` or similar).
6769

6870
This :code:`compile_commands.json` file includes all the commands required to
6971
build the code, corresponding to the commands that would be executed if we were

0 commit comments

Comments
 (0)