Quote:
Originally Posted by kovidgoyal
You don't need a launchpad id to check out code using
bzr merge
And the list of requirements is listed on the linux download page
|
I had hoped to feed back a 64bit install.
yum install (nearly) the full list on
http://calibre-ebook.com/download_linux
What is the package name for Python Imaging Library?
Rest installed OK.
$python setup.py install now returns
Package poppler was not found in the pkg-config search path.
Perhaps you should add the directory containing `poppler.pc'
to the PKG_CONFIG_PATH environment variable
No package 'poppler' found
Package poppler-qt4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `poppler-qt4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'poppler-qt4' found
Yet
# yum info poppler
Loaded plugins: presto, refresh-packagekit
Installed Packages
Name : poppler
Arch : x86_64
Version : 0.12.4
Release : 2.fc13
Size : 1.9 M
Repo : installed
From repo : anaconda-InstallationRepo-201005130101.x86_64
Summary : PDF rendering library
URL :
http://poppler.freedesktop.org/
License : GPLv2
Description: Poppler, a PDF rendering library, is a fork of the xpdf PDF
: viewer developed by Derek Noonburg of Glyph and Cog, LLC.
and
# yum info poppler-qt4
Loaded plugins: presto, refresh-packagekit
Installed Packages
Name : poppler-qt4
Arch : x86_64
Version : 0.12.4
Release : 2.fc13
Size : 402 k
Repo : installed
From repo : fedora
Summary : Qt4 wrapper for poppler
URL :
http://poppler.freedesktop.org/
License : GPLv2
Description: Qt4 wrapper for poppler.
Any suggestions please?
DaveP