Include instructions for cloning vcpkg

This commit is contained in:
Gabriel Ionita 2025-10-28 20:00:00 +01:00
parent 689a215ba7
commit 81d7e28b92
Signed by: gabi
SSH Key Fingerprint: SHA256:mrbYmB/SGtDvT3etRoS6pDrMYWxR0/B5GSF6rR3qhhc

View File

@ -14,6 +14,8 @@ A tool to monitor writes to global integer variables in Linux binaries using ptr
## Building
```bash
git clone --recurse-submodules https://git.gabriel.md/gabi/gwatch.git
./vcpkg/bootstrap-vcpkg.sh
mkdir build
cd build
cmake --preset debug ..