Difference between revisions of "OSX release infrastructure"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Projects]] | [[Category:Projects]] | ||
− | |||
[[Category:Macintosh]] | [[Category:Macintosh]] | ||
− | + | Currently a binary package can be created using MacPorts with the following command: | |
− | The | + | <pre> |
+ | sudo port mpkg eiffelstudio64 | ||
+ | </pre> | ||
+ | The generated package will include all the dependencies except for the X-Server. | ||
− | + | It would be nice if we could create a .dmg file from that automatically and add some nice artwork (as e.g. Adium does). | |
− | + | =Team= | |
+ | |||
+ | * [[User:Dfurrer| Dfurrer]] | ||
+ | * [[User:Spooky| Jann]] |
Latest revision as of 13:03, 26 August 2009
Currently a binary package can be created using MacPorts with the following command:
sudo port mpkg eiffelstudio64
The generated package will include all the dependencies except for the X-Server.
It would be nice if we could create a .dmg file from that automatically and add some nice artwork (as e.g. Adium does).