Hi,
Thanks for the tip. I will give it a go and try to document the build requirements and set-up (Qt, Python 2.7, other graphics libs?, etc) and will write up a README so that others can give it a try if they want too.
Kevin
Quote:
Originally Posted by kovidgoyal
@KevinH: The scripts used to build calibre are included in the source tarball. The difficulty lies in setting up the OS environment for it. Run
python setup.py build
python setup.py osx32_freeze
to build the app bundle. It will fail, you will have to fix the errors one by one by setting up the dev environment on OS X.
|