Skip to content

Commit 8d149c5

Browse files
committed
Mention the failures of capstone library.
1 parent 54eb75b commit 8d149c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎manual/tracy.tex‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,8 @@ \subsubsection{Required libraries}
608608

609609
To build the application contained in the \texttt{profiler} directory, you will need to install external libraries, which are not bundled with Tracy.
610610

611+
\subparagraph{Capstone library} At the time of writing, the capstone library is in a bit of disarray. The officially released version 4.0.2 can't disassemble some AVX instructions, which are successfully parsed by the \texttt{next} branch. However, the \texttt{next} branch somehow lost information about input/output registers for some functions. You may want to explore the various available versions to find one that suits your needs the best.
612+
611613
\paragraph{Windows}
612614

613615
On Windows you will need to use the \texttt{vcpkg} utility. If you are not familiar with this tool, please read the description at the following address: \url{https://docs.microsoft.com/en-us/cpp/build/vcpkg}.

0 commit comments

Comments
 (0)