What is “zinc” Package?

Stand-alone version of sbt’s Scala incremental compiler.

The Zinc Application Framework is an application framework, intended for the development of cross-platform software applications with graphical user interface (GUI), using a widget toolkit.
For more details: https://github.com/typesafehub/zinc

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install zinc.
    brew install zinc

Now, use zinc!