Skip to content

Commit 1ac7f1a

Browse files
committed
Update documentation
1 parent d81be34 commit 1ac7f1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/DETAILS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ Some remote delegate example projects have external library dependencies. Follow
128128

129129
1. Install [vcpkg](https://github.com/microsoft/vcpkg).
130130
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`
131+
`./vcpkg install boost`<br>
132+
Linux, may need:<br>
133+
`./vcpkg install boost:x64-linux-dynamic`
132134
3. Install [ZeroMQ](https://zeromq.org/) using vcpkg.<br>
133135
`./vcvpkg install zeromq`
134136
4. Clone [RapidJSON](https://github.com/Tencent/rapidjson).

0 commit comments

Comments
 (0)