From a46be65b0585bea9c2c94cccad54a94df7517952 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Mon, 20 Dec 2021 12:00:27 +0100 Subject: [PATCH] Mention dependency on libtbb Fixes #239 --- manual/tracy.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index 7c6a1f3e..d6ecd613 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -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}