@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.
|