

Start Terminal and type the following instructions as given, assuming you have Xcode and command line tools installed.The C compiler, GCC, and a slew of other essential utilities are installed via command line tools in the unix world.


It’s quite straightforward for individuals who don’t already have a command line toolkit with or without Xcode code: You can get it from the Apple Developer Site by typing wget command not found –install’ in the terminal, or you can get it from Xcode by opening the XCode code and then going to the Settings and Downloads section and selecting “Install Command-Line Tools,” or you can get it from the terminal by typing “Xcode-select –install” in the terminal, or you can get it from the Apple Developer Site by going to the Settings and Downloads section and selecting “Install Command Because the package must be downloaded from Apple, depending on your Internet connection, it may take some time. Installing wget on Mac OS XĪssuming that Xcode and the command line tools are already installed, open Terminal and type the instructions provided. Command Line Tools instals a C compiler, GCC, as well as a number of other important unix programmes. It’s rather simple for individuals who don’t already have the Command Line Tools package, with or without Xcode installed.Open Terminal and run ‘xcode-select –install’, or open Xcode and go to “Preferences” and then to the download section, and pick “Install Command Line Tools,” or get it from the Apple Developer Site as detailed here.īecause the package must be downloaded from Apple, depending on your internet connection, it may take some time. To be true, using Homebrew is considerably easier and probably better for the vast majority of users, but it is not for everyone. This method will build and install wget from source on Mac OS X, which requires Xcode (App Store link) or at the very least the Unix command line development tools, but it has the benefit of removing the requirement for a package management like Homebrew or MacPorts. It’s a great tool for web developers and power users since it can be used to do things like perform quick and dirty site backups and even replicate websites locally. The wget command line programme allows you to grab a set of files from FTP and HTTP protocols.

Want to how to use wget without using Homebrew or MacPorts? You may accomplish this on the command line by compiling wget from source code. So, in response to several requests from our customers, here is a tutorial on how to install wget in Mac OS X without using wget for mac or MacPorts.
