|
| 1 | +============= ============= |
| 2 | +Master branch |BuildMaster| |
| 3 | +------------- ------------- |
| 4 | +Devel branch |BuildDevel| |
| 5 | +============= ============= |
| 6 | + |
1 | 7 | IPFIXcol2 |
2 | 8 | =========== |
3 | 9 |
|
@@ -73,12 +79,12 @@ Second, install build dependencies of the collector |
73 | 79 |
|
74 | 80 | .. code-block:: |
75 | 81 |
|
76 | | - yum install gcc gcc-c++ cmake make python-docutils zlib-devel |
77 | | - # Optionally: doxygen pkg-config |
| 82 | + yum install gcc gcc-c++ cmake make python3-docutils zlib-devel |
| 83 | + # Optionally: doxygen pkgconfig |
78 | 84 |
|
79 | 85 | * Note: latest systems (e.g. Fedora) use ``dnf`` instead of ``yum``. |
80 | | -* Note: package ``python-docutils`` may by also named as ``python2-docutils`` or ``python3-docutils`` |
81 | | -* Note: package ``pkg-config`` may by also named as ``pkgconfig`` |
| 86 | +* Note: package ``python3-docutils`` may by also named as ``python-docutils`` or ``python2-docutils`` |
| 87 | +* Note: package ``pkgconfig`` may by also named as ``pkg-config`` |
82 | 88 |
|
83 | 89 | **Debian/Ubuntu:** |
84 | 90 |
|
@@ -159,3 +165,7 @@ be useful also for other users? Please, share your experiences and thoughts. |
159 | 165 | or temporarily change an environment variable |
160 | 166 | "``export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64/``" |
161 | 167 |
|
| 168 | +.. |BuildMaster| image:: https://github.com/Lukas955/ipfixcol2/workflows/Build%20and%20tests/badge.svg?branch=master |
| 169 | + :target: https://github.com/CESNET/ipfixcol2/tree/master |
| 170 | +.. |BuildDevel| image:: https://github.com/Lukas955/ipfixcol2/workflows/Build%20and%20tests/badge.svg?branch=devel |
| 171 | + :target: https://github.com/CESNET/ipfixcol2/tree/devel |
0 commit comments