1+ ============= =============
2+ Master branch |BuildMaster |
3+ ------------- -------------
4+ Devel branch |BuildDevel |
5+ ============= =============
6+
17Flow Data Storage library
28=========================
39
@@ -37,11 +43,11 @@ First of all, install build dependencies of the library
3743* Note: if ZSTD library (``libzstd-devel ``) is not available, you can try to
3844 add official EPEL repository (``yum -y install epel-release ``) and install
3945 it again. Alternatively, it's also possible to use embedded version
40- of the library by passing additional option ``-DUSE_SYSTEM_ZSTD=off ``
46+ of the library by passing additional option ``-DUSE_SYSTEM_ZSTD=off ``
4147 to ``cmake .. `` while building.
4248* Note: if LZ4 library (``lz4-devel ``) is not available for your distribution
4349 or you prefer to use libfds embedded version, you can pass additional
44- option ``-DUSE_SYSTEM_LZ4=off `` to ``cmake .. ``
50+ option ``-DUSE_SYSTEM_LZ4=off `` to ``cmake .. ``
4551
4652**Debian/Ubuntu: **
4753
@@ -53,7 +59,7 @@ First of all, install build dependencies of the library
5359 * Note: if ZSTD library (``libzstd-dev ``) or LZ4 library (``liblz4-dev ``),
5460 is not available for your distribution or you prefer to use embedded
5561 versions of these libraries, you can pass additional option
56- ``-DUSE_SYSTEM_LZ4=off ``, resp. ``-DUSE_SYSTEM_ZSTD=off `` to ``cmake .. ``
62+ ``-DUSE_SYSTEM_LZ4=off ``, resp. ``-DUSE_SYSTEM_ZSTD=off `` to ``cmake .. ``
5763 while building.
5864
5965Finally, build and install the library:
@@ -67,3 +73,7 @@ Finally, build and install the library:
6773 $ make
6874 # make install
6975
76+ .. |BuildMaster | image :: https://github.com/CESNET/libfds/workflows/Build%20and%20tests/badge.svg?branch=master
77+ :target: https://github.com/CESNET/libfds/tree/master
78+ .. |BuildDevel | image :: https://github.com/CESNET/libfds/workflows/Build%20and%20tests/badge.svg?branch=devel
79+ :target: https://github.com/CESNET/libfds/tree/devel
0 commit comments