Skip to content

Instantly share code, notes, and snippets.

@jcoleman
Forked from pmdarrow/gist:3427827
Last active December 17, 2015 06:59
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 jcoleman/5569537 to your computer and use it in GitHub Desktop.
Save jcoleman/5569537 to your computer and use it in GitHub Desktop.
# These instructions were tested on Ubuntu 12.04 64bit
# Be prepared to wait a while...
sudo apt-get install openssl build-essential xorg libssl-dev libxrender-dev libxext-dev libpq-dev libx11-dev
git clone git://github.com/antialize/wkhtmltopdf.git
git clone git://github.com/jcsalterego/wkhtmltopdf-qt.git
cd wkhtmltopdf
mkdir static-build
ln -s ../wkhtmltopdf-qt static-build/qt
./scripts/static-build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment