mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Merge pull request #832 from Chekov2k/manual
Add missing make line to python instructions
This commit is contained in:
commit
c9e57901ed
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user