We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81be34 commit 1ac7f1aCopy full SHA for 1ac7f1a
docs/DETAILS.md
@@ -128,7 +128,9 @@ Some remote delegate example projects have external library dependencies. Follow
128
129
1. Install [vcpkg](https://github.com/microsoft/vcpkg).
130
2. Install [Boost](https://www.boost.org/) using vcpkg. DelegateMQ does not use Boost, but some external libraries below require.<br>
131
- `./vcpkg install boost`
+ `./vcpkg install boost`<br>
132
+ Linux, may need:<br>
133
+ `./vcpkg install boost:x64-linux-dynamic`
134
3. Install [ZeroMQ](https://zeromq.org/) using vcpkg.<br>
135
`./vcvpkg install zeromq`
136
4. Clone [RapidJSON](https://github.com/Tencent/rapidjson).
0 commit comments