Difference between revisions of "OSX release infrastructure"
Line 2: | Line 2: | ||
[[Category:Macintosh]] | [[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= | =Team= |
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).