Using the macOS Binary Distribution for Freeze 3.7.0

This page provides important information for users of the Freeze binary distribution for macOS.

On this page:

Installing Freeze

Using Homebrew, you can install the Freeze distribution for macOS with this command:

brew install zeroc-ice/tap/freeze

The freeze formula includes the slice2freezej compiler, but doesn't include the Freeze for Java JAR file. If you want to develop with Freeze in Java, you need to build it from source.


Using the Sample Programs

The freeze repository includes sample programs for Freeze. Simply clone this repository:

git clone -b 3.7 https://github.com/zeroc-ice/freeze.git
cd freeze/demos