Installing Development Tools

In this task you install the developer packages that you need to compile and run FTL applications.

Prerequisites

Procedure

  1. Open a terminal window by clicking the icon at the top of the virtual machine desktop.
  2. Start a superuser shell.
    sudo bash
  3. Install the GCC development packages.
    pkg install developer/gcc-3
    pkg install developer/illumos-gcc
    pkg install system/header
    pkg install system/library/math/header-math