From 23e09e3b3ccdedf1d23040430c15e93febd081cc Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 26 Aug 2021 22:12:54 +0900 Subject: [PATCH] Mention libbpf-dev in README.rst --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 745f4c12..9a0af72f 100644 --- a/README.rst +++ b/README.rst @@ -153,6 +153,12 @@ following libraries are required: * `ngtcp2 `_ * `nghttp3 `_ +In order to build optional eBPF program to direct an incoming QUIC UDP +datagram to a correct socket for nghttpx, the following libraries are +required: + +* libbpf-dev + Compiling libnghttp2 C source code requires a C99 compiler. gcc 4.8 is known to be adequate. In order to compile the C++ source code, gcc >= 6.0 or clang >= 6.0 is required. C++ source code requires C++14