How can wkhtmltoimage 0.12.0 be installed on centos amd64? Thank you!
Asked
Active
Viewed 3,115 times
2 Answers
0
Build it from source. You need a debian/ubuntu system to do this. (Get a free amazon ec2 or something). Once you download from the git repo, you run this command:
sudo python scripts/build.py setup-schroot-centos6
And then:
python scripts/build.py centos6-amd64
If you're not on a debian-based system, you'll get "This can only be run on a Debian/Ubuntu distribution, aborting." Otherwise, it will install a big list of rpms etc to emulate the CentOS environment, and then the second command will build.

DynamoDan
- 16
- 2
-
1The 0.12.1 release has official CentOS 6 RPMs, so this is not needed. – ashkulz Jul 10 '14 at 05:19
-
This can only be run on a Debian/Ubuntu distribution, aborting. – izdi Sep 22 '14 at 13:11