diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HTTP3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md index a28e36ebe..2dbd25688 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -55,7 +55,7 @@ Build ngtcp2 % git clone https://github.com/ngtcp2/ngtcp2 % cd ngtcp2 % autoreconf -i - % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somehere1>/lib" --prefix=<somewhere3> + % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> % make % make install |