Created
January 20, 2021 09:08
-
-
Save davdenic/713c2baaca2518a1c3d68c568ab2a321 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
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