Merge pull request #832 from Chekov2k/manual

Add missing make line to python instructions
This commit is contained in:
Bartosz Taudul 2024-07-17 12:59:29 +02:00 committed by GitHub
commit c9e57901ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: