Skip to content

Commit 97cd808

Browse files
committed
README: add github actions badges, minor improvements in dependency lists
1 parent 84f57b2 commit 97cd808

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
============= =============
2+
Master branch |BuildMaster|
3+
------------- -------------
4+
Devel branch |BuildDevel|
5+
============= =============
6+
17
IPFIXcol2
28
===========
39

@@ -73,12 +79,12 @@ Second, install build dependencies of the collector
7379

7480
.. code-block::
7581
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
7884
7985
* 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``
8288

8389
**Debian/Ubuntu:**
8490

@@ -159,3 +165,7 @@ be useful also for other users? Please, share your experiences and thoughts.
159165
or temporarily change an environment variable
160166
"``export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64/``"
161167

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

Comments
 (0)