I've written a PHP/MySQL application that utilizes wkhtmltopdf to generate reports from data entered into the database. The client asked that I also install it to run as a standalone on a Mac that he has. Currently have the PHP/MySQL portion running without difficulty using XAMMP, but am having incredible difficulty getting wkhtmltopdf even installed on the system.
I have zero experience with Macs, and despite five hours of Googling and trying different approaches, I cannot even copy the most recent wkhtmltopdf .i386 into the /usr folder. Oddly, the laptop doesn't have a /usr/local/bin folder.
Unless I've missed it, I can't find simple instructions on how to get this thing working and would greatly appreciate any help that could be offered.
~/bin
). I may have had tochmod u+x
but that was it, I believe. If you're copying to /usr/* then you may need to dosudo cp
, but other than that, can you outline specifically what your trouble is? – halfermake
andmake install
). – halfer