opencv_video_example/compile.sh

7 lines
54 B
Bash
Raw Normal View History

#!/bin/bash
mkdir -p build
cd build
cmake ..
make -j