# What do you need to create installer packages
 
  You need XCode beeing installed (actually you need the PackageManager)


# How to build a disk image containing a native OS X installer package

Grab the tarball you'd like to create a package for from 
http://www.gnuenterprise.org/downloads/

e.g. gnue-common-0.6.8.tar.gz

and unpack the tarball.  Change into the packaging/osx directory.

1. Execute the script "create-build" using sudo or being root.

   e.g. sudo ./create-build

   This script does all the dirty work of building the package environment,
   creating the installler package and finally building the disk image.
