mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-12-23 06:28:13 +00:00
Add vcpkg install instructions
This commit is contained in:
parent
c3a6ea1c25
commit
5b8b67c596
12
README.md
12
README.md
@ -29,6 +29,18 @@ The main objectives of this disassembler are:
|
|||||||
|
|
||||||
## Build and install
|
## 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
|
### Using CMake
|
||||||
|
|
||||||
This is the recommended way of using the library.
|
This is the recommended way of using the library.
|
||||||
|
Loading…
Reference in New Issue
Block a user