Install Genero Studio on OS X (command line)

Procedure to install Genero Studio on OS X Mountain Lion for Mac.

You need a MacOSX 10.6 or higher and an user account which have administrator access level.

You need the GST MacOSX dmg package. For example: fjs-gst-2.50.00-buildxxxxxx-m64x106.dmg

  1. Open a terminal.
  2. Mount the dmg file using the hdiutil tool: hdiutil mount fjs-gst-2.50.00-buildxxxxx-m64x105.dmg
  3. Launch the install process: sudo installer -pkg /Volumes/fjs-gst-2.50.00-buildxxxxxx-m64x106/fjs-gst-2.50.00-buildxxxxxx-m64x106.pkg/ -target "/Volumes/Macintosh HD"
  4. Change the owner of $HOME/.Fourjs: sudo chown -R [My Account]:staff $HOME/.Fourjs
  5. Umount the dmg: hdiutil unmount /Volumes/fjs-gst-2.50.00-buildxxxxxx-m64x106

When installation is complete, see the Genero Studio User Guide for configuration information and instructions.