Skip to content

Instantly share code, notes, and snippets.

@archfear
Forked from davdenic/install-wget2
Last active March 18, 2023 20:37
Show Gist options
  • Save archfear/fbe83423058348c80b9dc2a4a9d5a9a2 to your computer and use it in GitHub Desktop.
Save archfear/fbe83423058348c80b9dc2a4a9d5a9a2 to your computer and use it in GitHub Desktop.
Install wget2 on macos
git clone https://gitlab.com/gnuwget/wget2.git
cd wget2
git checkout v2.0.1
brew install automake brotli doxygen gettext gettext gnutls gpgme libidn2 libmicrohttpd libpsl libtool lzlib nettle nghttp2 pandoc pcre pkg-config texinfo xz zstd
./configure --with-bzip2 --with-lzma --without-libhsts
make
make check
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment