Skip to content

Instantly share code, notes, and snippets.

@shrayasr
Last active July 15, 2022 05:35
Show Gist options
  • Select an option

  • Save shrayasr/8206257 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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

@IamMegatron2025
Copy link
Copy Markdown

meet the same seem error.

@kalpeshgamit
Copy link
Copy Markdown

same here

@Alexis01
Copy link
Copy Markdown

Same here

@skayth1997
Copy link
Copy Markdown

same here

@luhas21
Copy link
Copy Markdown

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