aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Lenc <mattack108@users.noreply.github.com>2014-11-11 09:31:34 +0000
committerMaciek Lenc <mattack108@users.noreply.github.com>2014-11-11 09:31:34 +0000
commite354459621f417195a96ca87ccf4ac42ef844aa4 (patch)
tree5518d8a8e5efb2f9684fcdab07995a066a664bee
parent8ca71145eeff595d9a5ae89e538f598f8004c86f (diff)
parent4ae73bc84150b05c95f808f8ec59a799313ec42c (diff)
downloaddjango-wkhtmltopdf-e354459621f417195a96ca87ccf4ac42ef844aa4.tar.gz
django-wkhtmltopdf-e354459621f417195a96ca87ccf4ac42ef844aa4.tar.bz2
django-wkhtmltopdf-e354459621f417195a96ca87ccf4ac42ef844aa4.zip
Merge pull request #65 from ashkulz/patch-1
update installation instructions to use new website
-rw-r--r--docs/installation.rst20
1 files changed, 1 insertions, 19 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 0cf448b..a293e82 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -28,25 +28,7 @@ Installing the Binary
Find the relevant version of the ``wkhtmltopdf`` binary from the project
`downloads page`_.
-You might need to install ``libfontconfig``.
-
-You can alternatively install wkhtmltopdf from source via Homebrew or
-apt-get/aptitude, but as this requires a full compilation of QT it's not
-recommended.
-
-.. note::
-
- The downloads page can be quite confusing. Make sure you get wkhtmltopdf
- (there are a few different libraries on there) and the correct platform.
-
-.. note::
-
- There is an known issue on 64bit machines where ``wkhtmltopdf`` will fail
- silently. `This page`_ details ways to get around this but the easiest
- way to fix the issue is to install the 32bit binary.
-
-.. _downloads page: http://code.google.com/p/wkhtmltopdf/downloads/list
-.. _this page: http://code.google.com/p/wkhtmltopdf/wiki/static
+.. _downloads page: http://wkhtmltopdf.org/downloads.html
Setting up your Django
----------------------