Skip to content

Instantly share code, notes, and snippets.

@shrayasr
Last active July 15, 2022 05:35
Show Gist options
  • Save shrayasr/8206257 to your computer and use it in GitHub Desktop.
Save shrayasr/8206257 to your computer and use it in GitHub Desktop.
Installing Wget on MAC OSX

Note

I don't maintain this now, sorry

# Get files
curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz
# Extract it
tar -xzf wget-1.13.4.tar.gz
# Configure wget and install
cd wget-1.13.4
./configure --with-ssl=openssl
make
sudo make install
@mentordeveloper
Copy link

mentordeveloper commented Jul 2, 2017

When i'm running the Make Command getting this error msg.

There seems to be no Makefile in this directory.
You must run ./configure before running `make'.
make: *** [abort-due-to-no-makefile] Error 1

@PapaMadeleine2022
Copy link

meet the same seem error.

@kalpeshgamit
Copy link

same here

@Alexis01
Copy link

Same here

@skayth1997
Copy link

same here

@luhas21
Copy link

luhas21 commented Jul 15, 2022

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment