ChorusOS 4.0 Production Guide

Build a Binary Distribution

To build a binary distribution of the EXAMPLES component, run the following command:

host% make EXAMPLES.dist

This command creates a new directory in your work directory, called dist-EXAMPLES, containing the binary files of the EXAMPLES component.

You can move the component's binary files to any directory as follows:

host% mv dist-EXAMPLES ../
Use these binary files instead of the source files by using the binary option of the configure command.