Merge pull request #304 from Krzmbrzl/patch-4

Mention dependency on libtbb
This commit is contained in:
Bartosz Taudul 2021-12-20 13:23:13 +01:00 committed by GitHub
commit 6fa3491bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -740,6 +740,8 @@ vcpkg install --triplet x64-windows-static freetype glfw3 capstone[arm,arm64,x86
On Unix systems you will need to install the \texttt{pkg-config} utility and the following libraries: \texttt{glfw}, \texttt{freetype}, \texttt{capstone}, \texttt{GTK3}. Some Linux distributions will require you to add a \texttt{lib} prefix and a \texttt{-dev}, or \texttt{-devel} postfix to library names. You may also need to add a seemingly random number to the library name (for example: \texttt{freetype2}, or \texttt{freetype6}). The GTK library could be installed as \texttt{libgtk-3-dev} on some systems. How fun!
In addition to the beforementioned libraries, you might also have to install the \texttt{tbb} library\footnote{Technically this is not a dependency of Tracy but rather of \texttt{libstdc++} but it may still not be installed by default.}.
Installation of the libraries on OSX can be facilitated using the \texttt{brew} package manager.
\subsubsection{Build process}