Skip to content

Instantly share code, notes, and snippets.

@rayepeng
Last active June 21, 2021 23:39
Show Gist options
  • Save rayepeng/25cdb588a82e8d81f6f3e3a5ef5424a6 to your computer and use it in GitHub Desktop.
Save rayepeng/25cdb588a82e8d81f6f3e3a5ef5424a6 to your computer and use it in GitHub Desktop.
ubuntu 编译软件
cmake -DOPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-3.4.14/modules ..
cmake --build .
sudo make install
详情可以参考 https://docs.opencv.org/4.5.2/d7/d9f/tutorial_linux_install.html
cmake 安装的文件
cat install_manifest.txt | sudo xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment