Skip to content

Commit e1094fa

Browse files
committed
README: updated dependencies
1 parent 896144a commit e1094fa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)