Skip to content

Commit f5bb187

Browse files
committed
Raised version to 0.12.1
1 parent babdf55 commit f5bb187

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
11
wkhtmltopdf
22
================
33

4-
This Repo contains the Binarys from the [wkhtmltopdf project](http://wkhtmltopdf.org/).
4+
This Repo contains the Debian 7.5 (Wheezy) Binarys from the [wkhtmltopdf project](http://wkhtmltopdf.org/).
55
More about the functionality of wkhtmltopdf and wkthmltoimage can be found there.
66

77
## Installation
88

99
_Hint_:
1010
The version of the binary is equal to the git tag.
11-
To install the latest version, use '0.12.0'.
11+
To install the latest version, use '0.12.1'.
12+
13+
In case this package does _not_ work on your system, try installing the matching system packages from here: [http://wkhtmltopdf.org/downloads.html](http://wkhtmltopdf.org/downloads.html).
1214

1315
### Packagist
1416

15-
This package can be found on [Packagist](http://packagist.org) and installed with [Composer](https://getcomposer.org/).
17+
This package can be found on [Packagist](http://packagist.org) and installed with [Composer](http://getcomposer.com/).
18+
19+
Require the package for _i386_ with:
20+
21+
php composer.phar require h4cc/wkhtmltopdf-i386 "0.12.1"
1622

17-
Require the package for _amd64_ with:
23+
And for _amd64_ with:
1824

19-
php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.0"
25+
php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.1"
2026

2127
The binary will then be located at:
2228

23-
vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64
29+
vendor/h4cc/wkhtmltopdf-i386/bin/wkhtmltopdf-i386
2430

2531
Also a symlink will be created in your configured bin/ folder, for example:
2632

27-
vendor/bin/wkhtmltopdf-amd64
33+
vendor/bin/wkhtmltopdf-i386
2834

bin/wkhtmltopdf-amd64

3.21 MB
Binary file not shown.

0 commit comments

Comments
 (0)