-
-
Save rom3r4/509888a355fc86f6fe5a46ebaf2df5b6 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
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