Commit b9a6a963 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #13953 from saskatchewancatch:patch-1

parents 7bcfe8f2 98f89f90
...@@ -32,11 +32,11 @@ Generate documentation {#tutorial_documentation_generate} ...@@ -32,11 +32,11 @@ Generate documentation {#tutorial_documentation_generate}
- Create build directory near the sources folder(s) and go into it - Create build directory near the sources folder(s) and go into it
- Run cmake (assuming you put sources to _opencv_ folder): - Run cmake (assuming you put sources to _opencv_ folder):
@code{.sh} @code{.sh}
cmake ../opencv cmake -DBUILD_DOCS=ON ../opencv
@endcode @endcode
Or if you get contrib sources too: Or if you get contrib sources too:
@code{.sh} @code{.sh}
cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv cmake -DBUILD_DOCS=ON -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv
@endcode @endcode
- Run make: - Run make:
@code{.sh} @code{.sh}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment