1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-22 22:18:09 +00:00

Add vcpkg install instructions

This commit is contained in:
Anichitei Ionel-Cristinel 2021-06-04 10:14:06 +03:00 committed by GitHub
parent c3a6ea1c25
commit 5b8b67c596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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