我正在做这个教程 http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.html#linux-installation 但我感到困惑.我停止从源代码构建OpenCV.
我已经创建了一个名为Workspace的文件,我在其中创建了cmake_binary_dir(名为release).我下载了源文件(在我的主目录中并命名为:opencv-2.3.1),现在我想运行它
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..
我在哪里使用:
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/home/markus/opencv-2.3.1
Run Code Online (Sandbox Code Playgroud)
但终端一直告诉我,这个源目录不存在!?那么我做错了什么?