Skip to content

Commit

Permalink
Raised version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Jul 7, 2014
1 parent babdf55 commit f5bb187
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
wkhtmltopdf
================

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

## Installation

_Hint_:
The version of the binary is equal to the git tag.
To install the latest version, use '0.12.0'.
To install the latest version, use '0.12.1'.

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).

### Packagist

This package can be found on [Packagist](http://packagist.org) and installed with [Composer](https://getcomposer.org/).
This package can be found on [Packagist](http://packagist.org) and installed with [Composer](http://getcomposer.com/).

Require the package for _i386_ with:

php composer.phar require h4cc/wkhtmltopdf-i386 "0.12.1"

Require the package for _amd64_ with:
And for _amd64_ with:

php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.0"
php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.1"

The binary will then be located at:

vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64
vendor/h4cc/wkhtmltopdf-i386/bin/wkhtmltopdf-i386

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

vendor/bin/wkhtmltopdf-amd64
vendor/bin/wkhtmltopdf-i386

Binary file modified bin/wkhtmltopdf-amd64
Binary file not shown.

0 comments on commit f5bb187

Please sign in to comment.