View Single Post
Old 01-05-2010, 06:15 AM   #11
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,488
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Quote:
Originally Posted by ssbkt View Post
Ok, if Linux is easier than I'll build up a VirtualBox image of Ubuntu and work on this.
Have a look at http://calibre-ebook.com/download_linux. At the bottom is a partial list of dependencies. You can go without Podofo if you aren't going to be doing much with PDF. Also you will need to install build essential and the dev packages for poppler.

Here is a quick rundown of getting started.

Code:
bzr pull lp:calibre
python setup.py develop
I like to use --prefix install_path with develop to install into a custom location. If you got complaints about missing dependencies then install them.
user_none is offline   Reply With Quote