Views
On the Mac platform:
Note: This assumes that Xcode is installed.- Open Terminal
- Change directory to the Tools folder
- Use the following command:
./build.rb <required argument: configuration> <optional argument: 1 or 0 to clean>
- 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