跳转至

错误排查

1 linux show 异常

编译 opencv 之前没有安装 libgtk2.0-dev

sudo aptinstall libgtk2.0-dev
cd "opencv_release_path"
cmake
make -j12
sudo make install