Add information on how to build utilities.

This commit is contained in:
Bartosz Taudul 2020-06-19 17:35:24 +02:00
parent 2b5e45cd9b
commit 5610bd0f8b

View File

@ -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}