Skip to content

Commit c101504

Browse files
committed
Update Readme for autotools 2.71.
1 parent b74d4d6 commit c101504

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
### Building for general use or to create a package
6060

61-
nfdump uses the GNU autotools build system.
61+
nfdump uses the GNU autotools 2.71 build system.
6262

6363
```sh
6464
./autogen.sh
@@ -81,6 +81,8 @@ This enables CPU-specific optimizations (`-march=native`) and link-time optimiza
8181

8282
#### Building on CentOS 7.x
8383

84+
Make sure, you have autotools 2.71 installed.
85+
8486
```sh
8587
yum install centos-release-scl
8688
yum install devtoolset-8-gcc devtoolset-8-gcc-c++
@@ -89,6 +91,8 @@ scl enable devtoolset-8 -- bash
8991

9092
#### Building on Ubuntu 18.04 LTS
9193

94+
Make sure, you have autotools 2.71 installed.
95+
9296
```sh
9397
sudo apt-get install clang-10
9498
CC=clang-10 ./configure ...

0 commit comments

Comments
 (0)