docs: add ipcalc installation in README.md

Signed-off-by: Mohammad Amin Taheri <xirehat@gmail.com>

docs: update ipcalc in configure.ac
This commit is contained in:
Mohammad Amin Taheri
2025-08-15 23:31:36 +03:30
parent 284f2ecde5
commit 77b1bffaa5
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ apt-get install -y libpam0g-dev liblz4-dev libseccomp-dev \
libprotobuf-c-dev libtalloc-dev libllhttp-dev protobuf-c-compiler \
gperf iperf3 lcov libuid-wrapper libpam-wrapper libnss-wrapper \
libsocket-wrapper gss-ntlmssp haproxy iputils-ping freeradius \
gawk gnutls-bin iproute2 yajl-tools tcpdump
gawk gnutls-bin iproute2 yajl-tools tcpdump ipcalc
# For manpages
apt-get install -y ronn
```

View File

@@ -27,7 +27,7 @@ AC_CHECK_PROGS([IPCALC], [ipcalc ipcalc-ng], [:])
if test x"$IPCALC" = "x:"; then
AC_MSG_ERROR([[
***
*** ipcalc (ipcalc-ng in debian) was not found. It is needed for the test suite
*** ipcalc (or ipcalc-ng) was not found. It is needed for the test suite
*** ]])
fi