Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice 3.6b brew formula

Starting with Ice 3.6b we're going to move to homebrew as the official package release mechanism for Ice command-line applications on OSX. For Xcode based applications we're still going to support the OSX Installer.

If you'd like to test the 3.6b package you can do so by installing our tap located at https://github.com/ZeroC-Inc/homebrew-ice.
$ brew tap zeroc-inc/ice
$ brew install ice36b

This will install the Ice for C++ packages, Ice for PHP and slice2java.

If you want to develop with java under OSX then you should use maven, or gradle to download the Ice artifacts after installing slice2java through brew.

To develop with Python use the Ice for Python pipy package, and for Ruby use the Ice Ruby Gem. Please note that the Python and Ruby packages are not available as of the time of this posting, but will be released very shortly.

Comments