From 5b8b67c596760f8bf96983b028ef213ba083380b Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Fri, 4 Jun 2021 10:14:06 +0300 Subject: [PATCH] Add vcpkg install instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c8b9f3c..4688411 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,18 @@ The main objectives of this disassembler are: ## Build and install +### Using [vcpkg](https://github.com/microsoft/vcpkg) + +The easiest way of installing bddisasm is with [vcpkg](https://github.com/microsoft/vcpkg): + +```console +vcpkg install bddisasm +``` + +This will install `bddisasm` and `bdshemu` static libraries. + +Note that the version available on vcpkg may not always be the latest. + ### Using CMake This is the recommended way of using the library.