# C++ Example ## Getting Started ```sh Download onnxruntime from https://github.com/microsoft/onnxruntime/releases brew install opencv ./ake start ``` ## TroubleShooting ```sh - libavcodec.60.dylib not found: brew reinstall ffmpeg@6 - OpenCV not found: brew resinstall opencv ```