Building examples

Here ${VCSDK_ROOT_PATH} represents the root of the SDK TAR package, and you can find each example program in ${VCSDK_ROOT_ PATH}/bin.


cd ${VCSDK_ROOT_PATH}
mkdir build && cd build
cmake ../
make
make install

<!--NeedCopy-->
Building examples

In this article