Here's how to make an Installer for Mac OS X.

First, get Ifeffit, athena, artemis, etc working well on your system. That's the hard part, of course. Detailed instructions will be elsewhere, eventually.....

Download the attached file: Mac_Build_Instructions.tar.gz, which has the basic layout for an Installer. The actual files go in a Folder called Package_Contents and information about the package goes in the Resource_Info folder.

    cp -pr /Applications/Ifeffit/*  Package_Contents/Applications/Ifeffit/.
    cp -pr /Library/Perl/*          Package_Contents/Library/Perl/.
    chown -r root.admin  Package_Contents

    open Ifeffit.pmsp

You might want to update version names or whatever.

Ifeffit-1-2.x-Mac10.y.pkg. That really is the package for the installer.

Done. Test (optional :) ) and Release!

MakingMacInstallers (last edited 2009-10-09 19:46:33 by localhost)