mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
parent
2683de3078
commit
108e51835e
3 changed files with 6 additions and 6 deletions
|
|
@ -39,7 +39,7 @@ Building curl with ngtcp2 involves 3 components: `ngtcp2` itself, `nghttp3` and
|
|||
|
||||
For now, `ngtcp2` and `nghttp3` are still *experimental* which means their evolution bring breaking changes. Therefore, the proper version of both libraries need to be used when building curl. These are
|
||||
|
||||
* `ngtcp2`: v0.19.0
|
||||
* `ngtcp2`: v0.19.1
|
||||
* `nghttp3`: v0.15.0
|
||||
|
||||
## Build with OpenSSL
|
||||
|
|
@ -65,7 +65,7 @@ Build nghttp3
|
|||
Build ngtcp2
|
||||
|
||||
% cd ..
|
||||
% git clone -b v0.19.0 https://github.com/ngtcp2/ngtcp2
|
||||
% git clone -b v0.19.1 https://github.com/ngtcp2/ngtcp2
|
||||
% cd ngtcp2
|
||||
% autoreconf -fi
|
||||
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only
|
||||
|
|
@ -108,7 +108,7 @@ Build nghttp3
|
|||
Build ngtcp2
|
||||
|
||||
% cd ..
|
||||
% git clone -b v0.19.0 https://github.com/ngtcp2/ngtcp2
|
||||
% git clone -b v0.19.1 https://github.com/ngtcp2/ngtcp2
|
||||
% cd ngtcp2
|
||||
% autoreconf -fi
|
||||
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only --with-gnutls
|
||||
|
|
@ -149,7 +149,7 @@ Build nghttp3
|
|||
Build ngtcp2
|
||||
|
||||
% cd ..
|
||||
% git clone -b v0.19.0 https://github.com/ngtcp2/ngtcp2
|
||||
% git clone -b v0.19.1 https://github.com/ngtcp2/ngtcp2
|
||||
% cd ngtcp2
|
||||
% autoreconf -fi
|
||||
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only --with-wolfssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue