From f9cf6df3ad0c42ea47edf37655755513d1493f11 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 11 Apr 2020 01:25:16 +0200 Subject: [PATCH] Core package is implicit in vcpkg. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 6d264eff..50101890 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -568,7 +568,7 @@ On Windows you will need to use the \texttt{vcpkg} utility, which will automatic \begin{lstlisting}[language=sh] vcpkg integrate install -vcpkg install --triplet x64-windows-static freetype glfw3 capstone[core,arm,arm64,x86] +vcpkg install --triplet x64-windows-static freetype glfw3 capstone[arm,arm64,x86] \end{lstlisting} \paragraph{Unix}