1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

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
+1
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: