Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
b9a6a963
Commit
b9a6a963
authored
Mar 05, 2019
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13953 from saskatchewancatch:patch-1
parents
7bcfe8f2
98f89f90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
documentation_tutorial.markdown
...uction/documenting_opencv/documentation_tutorial.markdown
+2
-2
No files found.
doc/tutorials/introduction/documenting_opencv/documentation_tutorial.markdown
View file @
b9a6a963
...
@@ -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 -D
BUILD_DOCS=ON -D
OPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv
@endcode
@endcode
-
Run make:
-
Run make:
@code{.sh}
@code{.sh}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment