File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
py_tutorials/py_setup/py_setup_in_fedora
tutorials/introduction/linux_install Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -234,10 +234,9 @@ Thus OpenCV installation is finished. Open a terminal and try import cv2.
234
234
235
235
To build the documentation, just enter following commands:
236
236
@code {.sh}
237
- make docs
238
- make html_docs
237
+ make doxygen
239
238
@endcode
240
- Then open opencv/build/doc/_ html /index.html and bookmark it in the browser.
239
+ Then open opencv/build/doc/doxygen/html /index.html and bookmark it in the browser.
241
240
242
241
Additional Resources
243
242
--------------------
Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ Building OpenCV from Source Using CMake
104
104
make -j7 # runs 7 jobs in parallel
105
105
@endcode
106
106
-# [ optional] Building documents. Enter \< cmake_build_dir/doc/\> and run make with target
107
- "html_docs "
107
+ "doxygen "
108
108
109
109
For example
110
110
@code{.bash}
111
111
cd ~/opencv/build/doc/
112
- make -j7 html_docs
112
+ make -j7 doxygen
113
113
@endcode
114
114
-# To install libraries, execute the following command from build directory
115
115
@code {.bash}
You can’t perform that action at this time.
0 commit comments