mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Add missing make line to python instructions
This commit is contained in:
parent
075395620a
commit
34d40a5ecf
@ -2336,6 +2336,7 @@ See below for example steps to build the Python bindings using CMake:
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DTRACY_STATIC=OFF -DTRACY_CLIENT_PYTHON=ON ../
|
||||
make -j$(nproc)
|
||||
\end{lstlisting}
|
||||
|
||||
Once this has finished building the Python package can be built as follows:
|
||||
|
Loading…
Reference in New Issue
Block a user