From ea90108afbfdd5ef15caa4d89451b2880c998bfe Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 3 Oct 2009 14:30:33 -0600 Subject: [PATCH] IGN:Add note about ompiling pdfreflow --- src/calibre/trac/plugins/templates/linux.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/calibre/trac/plugins/templates/linux.html b/src/calibre/trac/plugins/templates/linux.html index a166810b21..a55105d029 100644 --- a/src/calibre/trac/plugins/templates/linux.html +++ b/src/calibre/trac/plugins/templates/linux.html @@ -112,10 +112,13 @@ sudo python setup.py install Note that if your distribution does not have a correctly compiled libunrar.so, ${app} will not - support rar files. The calibre_postinstall step - is required for device detection and integration - with your desktop environment. -

+ support rar files. In order to compile ${app} successfully + poppler headers must include XPdf headers. That is, poppler + must have been configured with --enable-xpdf-headers. Also, + some distributions have buggy libpng headers. See + here + for example. +