I'd like to compile the master branch, use the 4.8.2 but I need a little hand holding.
I need the lastest build to support grayscale images ( I think!).
I believe I need to compile branch 4.8.2, does this look right ?
sudo apt-get build-dep libqt4-gui libqt4-network libqt4-webkit
sudo apt-get install openssl build-essential xorg git-core git-doc libssl-dev
git clone git://
gitorious.org/~antialize/qt/antializes-qt.git wkhtmltopdf-qt
cd wkhtmltopdf-qt
git branch checkout 4.8.2
bin/syncqt./configure -nomake tools,examples,demos,docs,translations -opensource -prefix ../wkqt
make -j3
make install
cd ..
git clone
https://github.com/antialize/wkhtmltopdf.gitcd wkhtmltopdf
../wkqt/bin/qmake
make -j3
Does this look right ?
Thanks