OpenVG build steps for RT1170 targets:
- Edit the
build-rt1170.shscript and update the relevant paths and build target (releaseordebug). - Run the script.
- The libraries are generated in the
__install_[release/debug]_rt1170directory. Relevant headers are also copied in this directory for further linking.
OpenVG build steps for RT700 targets:
- Edit the
build-rt700.shscript and update the relevant paths and build target (releaseordebug). - Run the script.
- The libraries are generated in the
__install_[release/debug]_rt700directory. Relevant headers are also copied in this directory for further linking.
OpenVG build steps for Linux targets:
- Edit the
build_linux.shscript and update theKERNEL_DIRandVG_LITE_SDKpaths if needed. - Run the script to build OpenVG for your target. FPGA example:
./build_linux.sh PCIE-GEN6
- The libraries are generated in the
builddirectory. The VGLite dependencies are also copied to the same location.