Last active
June 21, 2021 23:39
-
-
Save rayepeng/25cdb588a82e8d81f6f3e3a5ef5424a6 to your computer and use it in GitHub Desktop.
ubuntu 编译软件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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