-
-
Save archfear/fbe83423058348c80b9dc2a4a9d5a9a2 to your computer and use it in GitHub Desktop.
Install wget2 on macos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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