Difference between revisions of "OSX release infrastructure"
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Projects]] | [[Category:Projects]] | ||
+ | [[Category:Macintosh]] | ||
− | + | Currently a binary package can be created using MacPorts with the following command: | |
+ | <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).