We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb1c13 commit 14cf3d6Copy full SHA for 14cf3d6
doc/_dev-guide/chapter_4/section_3/README.md
@@ -38,7 +38,7 @@ The above mentioned dependencies can be satisfied by compiling every-each libs a
38
* json-c
39
* libtool
40
* pcre2
41
- * pkg-config
+ * pkgconf
42
1. The extra modules would require the following
43
* gradle
44
* grpc - See [below](#packages-note)!
@@ -80,13 +80,13 @@ sudo pkg install \
80
json-c \
81
libtool \
82
pcre2 \
83
- pkg-config \
+ pkgconf \
84
# Optional {{ site.product.short_name }} module dependencies
85
gradle \
86
grpc \
87
hiredis \
88
- libdbi
89
- libesmtp
+ libdbi \
+ libesmtp \
90
libmaxminddb \
91
libnet \
92
libpaho-mqtt3 \
0 commit comments