Skip to content

Instantly share code, notes, and snippets.

@rom3r4
Forked from davdenic/install-wget2
Last active September 28, 2022 11:52
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Install wget2 on macos
wget https://gnuwget.gitlab.io/wget2/wget2-latest.tar.gz
tar xf wget2-latest.tar.gz
cd wget2-*
brew install automake gettext lzip pkg-config xz gnutls
brew link --force gettext
./configure
make
make check
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment