mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
parent
7fa6d5e383
commit
898fca27cd
@ -55,7 +55,7 @@ Build ngtcp2
|
|||||||
% git clone https://github.com/ngtcp2/ngtcp2
|
% git clone https://github.com/ngtcp2/ngtcp2
|
||||||
% cd ngtcp2
|
% cd ngtcp2
|
||||||
% autoreconf -i
|
% autoreconf -i
|
||||||
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3>
|
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only
|
||||||
% make
|
% make
|
||||||
% make install
|
% make install
|
||||||
|
|
||||||
@ -70,9 +70,9 @@ Build curl
|
|||||||
|
|
||||||
## Build with GnuTLS
|
## Build with GnuTLS
|
||||||
|
|
||||||
Build (patched) GnuTLS
|
Build GnuTLS
|
||||||
|
|
||||||
% git clone --depth 1 -b tmp-quic https://gitlab.com/gnutls/gnutls.git
|
% git clone --depth 1 https://gitlab.com/gnutls/gnutls.git
|
||||||
% cd gnutls
|
% cd gnutls
|
||||||
% ./bootstrap
|
% ./bootstrap
|
||||||
% ./configure --disable-doc --prefix=<somewhere1>
|
% ./configure --disable-doc --prefix=<somewhere1>
|
||||||
@ -95,7 +95,7 @@ Build ngtcp2
|
|||||||
% git clone https://github.com/ngtcp2/ngtcp2
|
% git clone https://github.com/ngtcp2/ngtcp2
|
||||||
% cd ngtcp2
|
% cd ngtcp2
|
||||||
% autoreconf -i
|
% autoreconf -i
|
||||||
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3>
|
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only
|
||||||
% make
|
% make
|
||||||
% make install
|
% make install
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ if [ "$NGTCP2" = yes ]; then
|
|||||||
make install
|
make install
|
||||||
|
|
||||||
cd $HOME
|
cd $HOME
|
||||||
git clone --depth 1 -b tmp-quic https://gitlab.com/gnutls/gnutls.git pgtls
|
git clone --depth 1 https://gitlab.com/gnutls/gnutls.git pgtls
|
||||||
cd pgtls
|
cd pgtls
|
||||||
./bootstrap
|
./bootstrap
|
||||||
./configure PKG_CONFIG_PATH=$HOME/ngbuild/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/ngbuild/lib" --with-included-libtasn1 --with-included-unistring --disable-guile --disable-doc --prefix=$HOME/ngbuild
|
./configure PKG_CONFIG_PATH=$HOME/ngbuild/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/ngbuild/lib" --with-included-libtasn1 --with-included-unistring --disable-guile --disable-doc --prefix=$HOME/ngbuild
|
||||||
|
Loading…
Reference in New Issue
Block a user