View Single Post
Old 07-14-2008, 11:36 PM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,778
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
just get the source code (instructions are at https://calibre.kovidgoyal.net/wiki/...ctionsforlinux)

In the instructions, change the second line to
Code:
cd calibre && make plugins
That will compile the pictureflow plugin placing the output into the directory src/calibre/plugins. Just copy the files there into the calibre installation overwriting the existing ones (do a find or a locate to learn where the files to overwrite are on)

Note that for the compilation to succeed you may need to install the qt-dev and pyqt-dev packages.
kovidgoyal is offline   Reply With Quote