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
47c9bb7b
Commit
47c9bb7b
authored
Jun 10, 2017
by
lewisjb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc build instructions for doxygen
parent
5b633991
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
py_setup_in_fedora.markdown
...s/py_setup/py_setup_in_fedora/py_setup_in_fedora.markdown
+2
-3
linux_install.markdown
...torials/introduction/linux_install/linux_install.markdown
+2
-2
No files found.
doc/py_tutorials/py_setup/py_setup_in_fedora/py_setup_in_fedora.markdown
View file @
47c9bb7b
...
...
@@ -234,10 +234,9 @@ Thus OpenCV installation is finished. Open a terminal and try import cv2.
To build the documentation, just enter following commands:
@code{.sh}
make docs
make html_docs
make doxygen
@endcode
Then open opencv/build/doc/
_
html/index.html and bookmark it in the browser.
Then open opencv/build/doc/
doxygen/
html/index.html and bookmark it in the browser.
Additional Resources
--------------------
...
...
doc/tutorials/introduction/linux_install/linux_install.markdown
View file @
47c9bb7b
...
...
@@ -104,12 +104,12 @@ Building OpenCV from Source Using CMake
make -j7 # runs 7 jobs in parallel
@endcode
-#
[
optional
]
Building documents. Enter
\<
cmake_build_dir/doc/
\>
and run make with target
"
html_docs
"
"
doxygen
"
For example
@code{.bash}
cd ~/opencv/build/doc/
make -j7
html_docs
make -j7
doxygen
@endcode
-# To install libraries, execute the following command from build directory
@code{.bash}
...
...
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