سلام دوستان
من نمیتونم طبق این دستور جلو برم:
If you are using command line, enter the <cmake_binary_dir> and type
cmake [<some optional parameters...>] <path to the OpenCV source directory>
:You may want instead to use cmake's GUI as follows
cmake-gui [<some optional parameters...>] <path to the OpenCV source directory>
:For example, if you downloaded the project to ~/projects/opencv, you can do the following
cd ~/projects/opencv # the directory containing INSTALL, CMakeLists.txt etc.
mkdir release
cd release
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_PYTHON_SUPPORT=ON ..
نمیفهمم به جای <cmake_binary_dir> یا [<some optional parameters...>] و ... چی باید بنویسم؟
لطفا راهنمایی کنید