We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74d4d6 commit c101504Copy full SHA for c101504
1 file changed
README.md
@@ -58,7 +58,7 @@
58
59
### Building for general use or to create a package
60
61
-nfdump uses the GNU autotools build system.
+nfdump uses the GNU autotools 2.71 build system.
62
63
```sh
64
./autogen.sh
@@ -81,6 +81,8 @@ This enables CPU-specific optimizations (`-march=native`) and link-time optimiza
81
82
#### Building on CentOS 7.x
83
84
+Make sure, you have autotools 2.71 installed.
85
+
86
87
yum install centos-release-scl
88
yum install devtoolset-8-gcc devtoolset-8-gcc-c++
@@ -89,6 +91,8 @@ scl enable devtoolset-8 -- bash
89
91
90
92
#### Building on Ubuntu 18.04 LTS
93
94
95
96
97
sudo apt-get install clang-10
98
CC=clang-10 ./configure ...
0 commit comments