Remind user where the build files are located.

This commit is contained in:
Bartosz Taudul 2021-11-13 20:52:54 +01:00
parent 98edee9b07
commit c2e9b602be
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

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