File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -67,17 +67,19 @@ Second, install build dependencies of the collector
6767
6868.. code-block ::
6969
70- yum install gcc gcc-c++ cmake make
71- # Optionally: doxygen, pkg-config
70+ yum install gcc gcc-c++ cmake make python-docutils
71+ # Optionally: doxygen pkg-config
7272
7373 * Note: latest systems (e.g. Fedora) use ``dnf `` instead of ``yum ``.
74+ * Note: package ``python-docutils `` may by also named as ``python2-docutils ``
75+ * Note: package ``pkg-config `` may by also named as ``pkgconfig ``
7476
7577**Debian/Ubuntu: **
7678
7779.. code-block ::
7880
79- apt-get install gcc g++ cmake make
80- # Optionally: doxygen
81+ apt-get install gcc g++ cmake make python-docutils
82+ # Optionally: doxygen pkg-config
8183
8284 Finally, build and install the collector:
8385
You can’t perform that action at this time.
0 commit comments