The Cocoa Karajan application delivers a precompiled version of the Karajan platform bundled with all dependencies for Mac OS X. It also provides a user interface for running and configuring Karajan and additional modules.
Copyright 2011-2013 Tobias Rodaebel
This software is released under the Apache License, Version 2.0. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Building the Cocoa Karajan project requires Mac OS X Mavericks (10.9) and Xcode. In order to build and run the project, enter the following commands:
$ make
Run the Karajan application from the build products directory.
Or use Xcode 5 to build the project. This requires the build-erlang-components.sh script to be manually executed.
The bundled application contains the Erlang virtual machine binaries and the compiled (BEAM) standard library modules including the Open Telecom Platform (OTP). Hence, it is not necessary to install Erlang on your System.