opencv_example/compile.sh

7 lines
51 B
Bash

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