llkachoose.blogg.se

Install wget mac os x
Install wget mac os x









install wget mac os x

Or use an older version (earlier versions of Mac OS X, including Mavericks, Mountain Lion, etc.) Curl -O Using Curl to download the latest Wget source for El Capitan, Yosemite, etc.

install wget mac os x

You can always check the latest version of wget at /gnu/wget/ here. Go ahead and assuming you have Xcode and command line tools installed, start Terminal and type the following commands as shown.įirst download the latest wget source with curl: curl -O Command line tools install the C compiler, GCC, and many other useful utilities commonly used in the unix world. Because the package must be downloaded from Apple, it may take some time depending on your Internet connection. Honestly, using Homebrew is much easier and probably better for most users, but it’s not for everyone.įor those who don’t already have a command line toolkit with or without Xcode code, it’s pretty simple: Open the terminal and type ‘Xcode-select –install’, or you can do it from Xcode by opening the XCode code and then going to the Settings and Downloads section and select “Install Command-Line Tools,” or you can obtain it from the Apple Developer Site as described here. This approach is going to build and install wget on Mac OS X from source, which means you need Xcode (App Store link) or at least and Unix command line development tools installed on Mac, but it has the advantage of eliminating the need for package management like Homebrew or MacPorts. It is a very useful help for web developers and power users as it allows you to make quick and dirty backups and even mirror websites locally, for example. You can use the command line tool wget to retrieve a group of files from the FTP and HTTP protocols.











Install wget mac os x