Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-12-20 14:00:27 +0300
committerGitHub <noreply@github.com>2021-12-20 14:00:27 +0300
commita46be65b0585bea9c2c94cccad54a94df7517952 (patch)
tree70b0d8d162055af82b5047221e524f9a2117a2e2 /manual
parente0e1919fbf1f8527a0c92f635618852792912937 (diff)
Mention dependency on libtbb
Fixes #239
Diffstat (limited to 'manual')
-rw-r--r--manual/tracy.tex2
1 files changed, 2 insertions, 0 deletions
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}