aboutsummaryrefslogtreecommitdiffstats
path: root/doc/guides/linux_gsg/sys_reqs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides/linux_gsg/sys_reqs.rst')
-rw-r--r--doc/guides/linux_gsg/sys_reqs.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
index 959709e5..b3215448 100644
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
@@ -101,6 +101,9 @@ Compilation of the DPDK
* libpcap headers and libraries (libpcap-devel) to compile and use the libpcap-based poll-mode driver.
This driver is disabled by default and can be enabled by setting ``CONFIG_RTE_LIBRTE_PMD_PCAP=y`` in the build time config file.
+* libarchive headers and library are needed for some unit tests using tar to get their resources.
+
+
Running DPDK Applications
-------------------------