From b19d633d686dfe1a474ad3ab6c056b1867de9441 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 24 Jul 2019 23:15:45 +0200 Subject: [PATCH] Update tech docs. --- manual/techdoc.tex | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/manual/techdoc.tex b/manual/techdoc.tex index d337a2b1..557e0db9 100644 --- a/manual/techdoc.tex +++ b/manual/techdoc.tex @@ -127,18 +127,6 @@ Tracy Profiler is split into the following parts: End user applications are using MSVC as a base for development. The project files are located in the \texttt{build/win32} directory. Unix build system, located in the \texttt{build/unix} directory is extracting source file list from the MSVC solution and optionally can filter-out some source files or add another. Refer to the build scripts of \texttt{profiler} utility for an example. -\subsection{MSVC details} - -Some utilities may require retrieval of additional libraries using the NuGet system. This is an automated process, but it can be a bit wonky at times. - -\begin{bclogo}[ -noborder=true, -couleur=black!5, -logo=\bclampe -]{Improvement opportunity} -NuGet packages are often outdated and the system is unreliable. An improved solution for retrieval of large external libraries should be developed. -\end{bclogo} - \subsection{Unix details} A makefile based system is used. The main \texttt{Makefile} is used only to dispatch the build, supporting the following targets: