aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshish Kulkarni <kulkarni.ashish@gmail.com>2014-11-11 14:53:51 +0530
committerAshish Kulkarni <kulkarni.ashish@gmail.com>2014-11-11 14:53:51 +0530
commit4ae73bc84150b05c95f808f8ec59a799313ec42c (patch)
tree5518d8a8e5efb2f9684fcdab07995a066a664bee
parent8ca71145eeff595d9a5ae89e538f598f8004c86f (diff)
downloaddjango-wkhtmltopdf-4ae73bc84150b05c95f808f8ec59a799313ec42c.tar.gz
django-wkhtmltopdf-4ae73bc84150b05c95f808f8ec59a799313ec42c.tar.bz2
django-wkhtmltopdf-4ae73bc84150b05c95f808f8ec59a799313ec42c.zip
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
----------------------