Core package is implicit in vcpkg.

This commit is contained in:
Bartosz Taudul 2020-04-11 01:25:16 +02:00
parent 5bc01124c2
commit f9cf6df3ad

View File

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