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
diff options
context:
space:
mode:
-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}