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

On the Mac platform:

Note: This assumes that Xcode is installed.

  1. Open Terminal
  2. Change directory to the Tools folder
  3. Use the following command:
    ./build.rb <required argument: configuration> <optional argument: 1 or 0 to clean>
  4. Examples:
    ./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