Fix Debian dependencies example.

This commit is contained in:
tastytea 2020-10-31 13:09:52 +01:00
parent 8b953ff817
commit 6d45af58a2
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -99,7 +99,7 @@ only.
====
[source,zsh]
----
apt-get install g++ cmake libpoco-dev asciidoc dpkg
apt-get install g++ cmake libpoco-dev libboost-dev asciidoc dpkg
----
====