Comment 22 for bug 814990

Revision history for this message
matysek (mzibricky) wrote :

You should just grab latest pyinstaller svn and do make.

However, you there some steps the script does not need to handle:
- macdeployqt
- qt_menu.nib - now automatically handled by pyinstaller

Look at my branch where I'll do refactoring of mac build script:

lp:~mzibricky/openlp/mac_build_refactoring

Could you please create a new build?
I would like to test if it works on Lion.

NOTE: mac build might not work on machine with macports. - this is side effect of the pyinstaller fix for Lion. To test it on machine with macports just try temporarily rename dir with macports:

cd /opt
sudo mv local local.save

I'm working on fixing this issue.