macOS Installation - oduwsdl/warrick GitHub Wiki
Introduction
While Warrick was neither developed nor tested on macOS, many users have requested assistance with macOS installation. This procedure will assist you in installing warrick on macOS.
Instructions
- Install Xcode developer tools
- Download and unpack or un-zip warrick to the "/" directory.
- After unpacking you will get a folder called "warrick2" This now resides at "/warrick2"
- Open Terminal.app and enter:
sudo perl -MCPAN -e 'install Bundle::LWP'
- In Terminal.app enter
cd /warrick2
- In Terminal.app enter
sudo su root
. You will be asked for your administrator password. Your cursor will change to "sh-VERSION NUMBER#" my case sh-3.2# - In Terminal.app enter
sh ./INSTALL
. Output and errors will be shown, attributed to warrick's false assumption of installing on Linux (you are using macOS).
Example
(replace example.com with your own URL)
perl warrick.pl -k -n 100 http://EXAMPLE.COM
This downloads the first 100 files and changes the links to local values. The downloaded files will be in: /warrick2/httpEXAMPLE.COM