diff --git a/doc/deployment/README b/doc/deployment/README index 0a09e90..5d32e29 100644 --- a/doc/deployment/README +++ b/doc/deployment/README @@ -33,13 +33,14 @@ Windows: 2. Open and compile symphytum.iss after review OS X: -1. Move py files to app boundle in the sync subfolder where the binary is -2. Use macdeployqt -3. Add to Info.plist: +1. Use 'qmake -spec macx-g++ Symphytum.pro' to generate Makefile +2. Move py files to app boundle in the sync subfolder where the binary is +3. Use macdeployqt +4. Add to Info.plist: NSPrincipalClass NSApplication - for retina support thing (needed as Qt 4.8.1) -3. Create a DMG follow this: http://mac101.net/content/how-to/how-to-create-dmg-art-for-fancy-application-installations/ + for retina support thing (needed as Qt 4.8.1, after that already present) +5. Create a DMG follow this: http://mac101.net/content/how-to/how-to-create-dmg-art-for-fancy-application-installations/ Ubuntu: 1. Copy deb dir from installers dir