Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit c104f11

Browse files
committed
Version 1.2
1 parent 38a6d60 commit c104f11

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/deployment/README

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ Windows:
3333
2. Open and compile symphytum.iss after review
3434

3535
OS X:
36-
1. Move py files to app boundle in the sync subfolder where the binary is
37-
2. Use macdeployqt
38-
3. Add to Info.plist:
36+
1. Use 'qmake -spec macx-g++ Symphytum.pro' to generate Makefile
37+
2. Move py files to app boundle in the sync subfolder where the binary is
38+
3. Use macdeployqt
39+
4. Add to Info.plist:
3940
<key>NSPrincipalClass</key>
4041
<string>NSApplication</string>
41-
for retina support thing (needed as Qt 4.8.1)
42-
3. Create a DMG follow this: http://mac101.net/content/how-to/how-to-create-dmg-art-for-fancy-application-installations/
42+
for retina support thing (needed as Qt 4.8.1, after that already present)
43+
5. Create a DMG follow this: http://mac101.net/content/how-to/how-to-create-dmg-art-for-fancy-application-installations/
4344

4445
Ubuntu:
4546
1. Copy deb dir from installers dir

0 commit comments

Comments
 (0)