diff --git a/manual/tracy.tex b/manual/tracy.tex index 3d11f42e..fea5eced 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -330,6 +330,14 @@ Tracy can be found at the following web addresses: You may be also interested in a Bitbucket mirror: \url{https://bitbucket.org/wolfpld/tracy}. +\subsubsection{Binary distribution} + +The version releases of the profiler are provided as precompiled Windows binaries to be downloaded at \url{https://github.com/wolfpld/tracy/releases}, along with the user manual. + +Development builds of both Windows binaries and the user manual are provided as artifacts created by the automated Continuous Integration system on GitHub. + +Note that these binary releases require AVX2 instruction set support on the processor. If you have an older CPU, you will need to set a proper instruction set architecture in the project properties and build the executables yourself. + \section{First steps} \label{firststeps}