I don't maintain this now, sorry
Last active
July 15, 2022 05:35
-
-
Save shrayasr/8206257 to your computer and use it in GitHub Desktop.
Installing Wget on MAC OSX
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
# 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 |
meet the same seem error.
same here
Same here
same here
same here
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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