Skip to content

Instantly share code, notes, and snippets.

@rom3r4
Forked from davdenic/install-wget2
Last active September 28, 2022 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rom3r4/509888a355fc86f6fe5a46ebaf2df5b6 to your computer and use it in GitHub Desktop.
Save rom3r4/509888a355fc86f6fe5a46ebaf2df5b6 to your computer and use it in GitHub Desktop.
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