Install Genero Studio on macOS (command line)

Procedure to install Genero Studio on macOS™.

Before you begin

The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at http://4js.com/end-user-license-agreements/.

Review the GST system requirements.

You need a macOS and an user account which has administrator access level.

You need the GST .dmg package. For example: fjs-gst-3.xx.xx-buildxxxxxx-m64xxxx.dmg, where the "x" are placeholders for version and build numbers.

  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.