Skip to content

Commit

Permalink
Fix unbound#1210: Add git submodule step to build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jan 20, 2025
1 parent 543baa0 commit 0d11563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/topics/privacy/dns-over-quic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ This is how to compile openssl+quic:
git clone --depth 1 -b OpenSSL_1_1_1o+quic https://github.com/quictls/openssl openssl+quic
cd openssl+quic
git submodule update --init --recursive
./config enable-tls1_3 no-shared threads --prefix=/path/to/openssl+quic_install
make
make install
Expand All @@ -91,6 +92,7 @@ The ngtcp2 library can be compiled like this:
git clone --depth 1 -b v0.19.1 https://github.com/ngtcp2/ngtcp2 ngtcp2
cd ngtcp2
git submodule update --init --recursive
autoreconf -i
./configure PKG_CONFIG_PATH=/path/to/openssl+quic_install/lib/pkgconfig LDFLAGS="-Wl,-rpath,/path/to/openssl+quic_install/lib" --prefix=/path/to/ngtcp2_install
make
Expand Down

0 comments on commit 0d11563

Please sign in to comment.