Skip to content

Instantly share code, notes, and snippets.

View davdenic's full-sized avatar

David Denicolò davdenic

View GitHub Profile
@davdenic
davdenic / install-wget2
Created January 20, 2021 09:08
Install wget2 on macos
brew install automake gettext lzip pkg-config xz gnutls
brew link --force gettext
./configure
make
make check
sudo make install