Skip to content

Instantly share code, notes, and snippets.

@mocheaz
Forked from pmdarrow/gist:3427827
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mocheaz/71d43d94b835d0c5e36f to your computer and use it in GitHub Desktop.
Save mocheaz/71d43d94b835d0c5e36f to your computer and use it in GitHub Desktop.
sudo aptitude install openssl build-essential xorg libssl-dev
wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.2-static-amd64.tar.bz2
tar xvjf wkhtmltopdf-0.9.2-static-amd64.tar.bz2
chown root:root wkhtmltopdf-amd64
mv wkhtmltopdf-amd64 /usr/bin/wkhtmltopdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment