Personal tools
You are here: Home Members jamoma's Home BEKint jamoma's Home Building externals
Views

Jamoma has become a fairly large project with a number of dependencies. This page describes how to go about to compile the externals on both Mac and Windows.

On the Mac platform:

What you need to download:
What you need to checkout through SVN
What you need to do:
  1. Build ObjectiveMax? and move the framework build into /Library/frameworks
  2. Copy the MaxMSP? frameworks
    1. Find the MaxMSP? application
    2. Right click and choose "show package contents"
    3. Copy the 4 frameworks into /Library/frameworks
  3. Install ruby
    1. From the Jamoma folder: cd Tools/rosc
    2. sudo ruby setup.rb (if you can't do sudo, try to give yourself permissions to write to /Library/Ruby
  4. Build Jamoma (including TTblue?)
    1. Open Terminal
    2. Change directory to the Tools folder
    3. Use one of the following commands:
      ./build.rb Deployment 1
      ./build.rb Development
This procedure will rebuild externals, libraries and the framework. In addition the Jamoma.framework will be copied to /Library/Frameworks .

On the Windows platform

NOTE: You first need Cygwin to be set up properly as discussed in the section Setting up a Development Environment. Open the Cygwin terminal and change directory in order to build the framework:
cd source/SourceCode/Framework/source
make clean
make release

Use make clean to be sure things are correctly build after cleaning. Then you build the externals:

cd source/SourceCode/MaxObject
make clean
make release


new parent,

Powered by Plone