Add missing make line to python instructions

This commit is contained in:
Arnim Balzer 2024-07-17 11:55:14 +01:00
parent 075395620a
commit 34d40a5ecf
No known key found for this signature in database
GPG Key ID: 785EF903F0917AB7

View File

@ -2336,6 +2336,7 @@ See below for example steps to build the Python bindings using CMake:
mkdir build mkdir build
cd build cd build
cmake -DTRACY_STATIC=OFF -DTRACY_CLIENT_PYTHON=ON ../ cmake -DTRACY_STATIC=OFF -DTRACY_CLIENT_PYTHON=ON ../
make -j$(nproc)
\end{lstlisting} \end{lstlisting}
Once this has finished building the Python package can be built as follows: Once this has finished building the Python package can be built as follows: