Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 785 Bytes

dist.md

File metadata and controls

34 lines (21 loc) · 785 Bytes

The sample distribution package provides an easy way to ship the sample to a different system for evaluation or demonstration.

Build for Distribution:

Run the following script to generate a distribution package:

mkdir build
cd build
cmake ..
make
make dist

The generated sample distribution package is under the dist directory, which you need to distribute to replicate the sample on a different system.

Restore Sample:

On a system where you plan to run the sample, run the restore.sh script to restore the sample directory structure:

./restore.sh

Run Sample:

Follow usual sample build and run procedures to invoke the sample.

See Also: