Skip to content

Commit

Permalink
Update vcpkg building docs
Browse files Browse the repository at this point in the history
Emphasize using full paths for vcpkg based build configuration
  • Loading branch information
hallfox authored Nov 6, 2023
1 parent 708d49b commit 18274ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ Before attempting to build, you will have to acquire `flex`, `bison`, and `bde-t
Once the prerequisite tools are installed, you should be able to build BlazingMQ with the following:

```sh
export VCPKG_ROOT=path/to/vcpkg
cmake --preset [preset-name] -DCMAKE_PREFIX_PATH=thirdparty/bde-tools
export VCPKG_ROOT=/path/to/vcpkg
cmake --preset [preset-name] -DCMAKE_PREFIX_PATH=/path/to/thirdparty/bde-tools
cmake --build cmake.bld
```

Expand Down

0 comments on commit 18274ab

Please sign in to comment.