From c2e9b602be9e5977386507c4371ed6564249145d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 13 Nov 2021 20:52:54 +0100 Subject: [PATCH] Remind user where the build files are located. --- manual/tracy.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index 4b37b623..b4fdac71 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -744,6 +744,8 @@ Installation of the libraries on OSX can be facilitated using the \texttt{brew} \subsubsection{Build process} +As mentioned earlier, each utility is contained in its own directory, for example \texttt{profiler} or \texttt{capture}\footnote{Other utilities are contained in the \texttt{csvexport}, \texttt{import-chrome} and \texttt{update} directories.}. Where do you go within these directories depends on the operating system you are using. + On Windows navigate to the \texttt{build/win32} directory and open the solution file in Visual Studio. On Unix go to the \texttt{build/unix} directory and build the \texttt{release} target using GNU make. \subsubsection{Embedding the server in profiled application}