I just completed a from scratch, from source install of calibre on my Fedora 11 beta laptop. As documented a couple of posts back, the laptop was installed using the Fedora 11 live USB install method. Here’s what I had to add, to get calibre to build and install:
For building calibre, I needed the following; just do a yum install; there will be a long list of dependencies brought in:
- python-setupdocs
- python-setuptools
- sip
- PyQt4
- PyQt4-devel
- gcc
- gcc-c++
Finally, do this:
export PATH=$PATH:/usr/lib/qt4/bin
Then, python setup.py build should cleanly build calibre.
To install calibre, I had to yum install the following:
- python-mechanize
- python-clientform
- python-lxml
- python-dateutil
- python-imaging
- python-BeautifulSoup
The python setup.py install worked without complaints. The calibre icon appeared in the Fedora menu, and all is well.
For me, calibre segfaults when being called from the Fedora menu, and the “View MOBI” option is selected. “View PDF” works fine. When I invoke calibre from the command line, all the view options work, irrespective of format. Not necessarily a calibre bug; I’ll check out the calibre release notes and trouble ticket, and poke around my setup a bit.
-k-
