|
@@ -139,23 +139,6 @@ The current stable series is **0.12.5**, which was released on June 11, 2018 --
|
|
|
|
|
|
Please make sure to verify the [checksums](https://downloads.wkhtmltopdf.org/0.12/0.12.5/SHA256SUMS) which [are signed](https://downloads.wkhtmltopdf.org/0.12/0.12.5/SHA256SUMS.asc) using the key [`86DA 3091 E255 54F1 56F2 14F6 A86E F3CB 8C64 CF2A`](https://pgp.mit.edu/pks/lookup?search=ashish+kulkarni+open+source&op=vindex&fingerprint=on), especially if you are using it from an automated script/process.
|
|
|
|
|
|
-## Bleeding Edge
|
|
|
-
|
|
|
-An [alpha release](https://github.com/wkhtmltopdf/wkhtmltopdf/blob/0.13/README.md#013-alpha) based on Qt `5.4.2` (with an updated browser engine) is available. Please note that this is a work-in-progress and not all the features have been ported to it yet, so do not expect any support for any bugs you may encounter.
|
|
|
-
|
|
|
-Flavor | Downloads | Comments
|
|
|
---------- | --------- | --------
|
|
|
-Windows (MSVC 2013) | [32-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_msvc2013-win32.exe) / [64-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_msvc2013-win64.exe) | for Windows Vista or later; bundles VC++ Runtime 2013
|
|
|
-Windows (MinGW-w64) | [32-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_mingw-w64-cross-win32.exe) / [64-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_mingw-w64-cross-win64.exe) | for Windows XP/2003 or later; bundles gcc DLLs
|
|
|
-Linux (Debian Wheezy) | [32-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-wheezy-i386.deb) / [64-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-wheezy-amd64.deb) | built on Debian 7.8
|
|
|
-Linux (Debian Jessie) | [32-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-jessie-i386.deb) / [64-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-jessie-amd64.deb) | built on Debian 8 (prerelease)
|
|
|
-Linux (Ubuntu Trusty) | [32-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-trusty-i386.deb) / [64-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-trusty-amd64.deb) | built on Ubuntu 14.04.2
|
|
|
-Linux (Ubuntu Precise)| [32-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-precise-i386.deb) / [64-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-precise-amd64.deb) | built on Ubuntu 12.04.5
|
|
|
-Linux (CentOS 7) | [64-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-centos7-amd64.rpm) | built on CentOS 7.1.1503
|
|
|
-Linux (CentOS 6) | [64-bit](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-centos6-amd64.rpm) | built on CentOS 6.6
|
|
|
-
|
|
|
-Builds for OS X will be made available as soon as support for it is added in the build script, which is an ongoing process. Please note that the above linux builds are **not** headless, and will require running under `xvfb`.
|
|
|
-
|
|
|
## Archive
|
|
|
|
|
|
Please note that bug reports **will not be accepted** against the following, which are considered obsolete. It is recommended to use the latest stable release instead, and report an issue if there is a regression from a previous release.
|
|
@@ -181,7 +164,11 @@ If you need versions older than `0.12.0`, you can look at the [obsolete download
|
|
|
|
|
|
#### Where are the "generic" Linux builds?
|
|
|
|
|
|
-The above binaries depend on packages provided by your distribution. Due to incompatibilities between library versions provided by each distribution, the only option is to use static linking -- hence removed for now.
|
|
|
+The above binaries depend on packages provided by your distribution. Due to incompatibilities between library versions (specifically OpenSSL) provided by each distribution, the only option is to use static linking which isn't recommended for OpenSSL -- hence removed for now.
|
|
|
+
|
|
|
+#### Where are the builds for 0.13?
|
|
|
+
|
|
|
+They haven't been updated in over 3 years, and nowadays most distributions provide effectively the same version in their repositories (the non-patched build). The packages are still available [at BitBucket](https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/), but may be removed in the future.
|
|
|
|
|
|
#### My platform is not supported! What should I do?
|
|
|
|