Add vcpkg install instructions

pull/52/head
Anichitei Ionel-Cristinel 3 years ago committed by GitHub
parent c3a6ea1c25
commit 5b8b67c596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save