All software for these references is built using CMake. For some examples we rely on external libraries, in particular OpenCV and OpenMP. If these libraries are not present on your system the dependent examples will not be built.
From the root directory of this archive, to build the software:
mkdir build
cd build
cmake ..
make -j
NOTE: This should be done after building hardware so that the .xclbin file exists
To run any of the resulting examples, execute them directly as per UG1352: Get Moving With Alveo or the accompanying tutorial. Note that some examples, specifically #7 and #8, require additional command line arguments. Running these examples with no command line arguments will print a help message with further instructions.
./00_load_kernels