View Single Post
Old 07-15-2015, 03:03 AM   #9
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: 45,449
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Checkout calibre-translations as a folder named translations in the main calibre source and then run the following sequence:

Code:
python setup.py build
python setup.py iso639
python setup.py iso3166
python setup.py translations
python setup.py gui
python setup.py resources
python setup.py install
You need all those commands when building from git as the source tarball already contains the output of many of those, to simplify building from source.

Last edited by kovidgoyal; 07-15-2015 at 03:38 AM.
kovidgoyal is offline   Reply With Quote