From 5610bd0f8be3e9c1db3a10a86b2841133c87430a Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 19 Jun 2020 17:35:24 +0200 Subject: [PATCH] Add information on how to build utilities. --- manual/tracy.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index fea5eced..b229fc45 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -643,6 +643,10 @@ On Unix systems you will need to install the \texttt{pkg-config} utility and the Installation of the libraries on OSX can be facilitated using the \texttt{brew} package manager. +\subsubsection{Build process} + +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} \label{embeddingserver}