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
62f3c9bf
Commit
62f3c9bf
authored
Jan 25, 2019
by
ExpandingDev
Committed by
Alexander Alekhin
Jan 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge pull request #13675 from ExpandingDev:patch-1
* Add note about building for pkg-config * minor fixes
parent
287ee9d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
linux_install.markdown
...torials/introduction/linux_install/linux_install.markdown
+5
-0
No files found.
doc/tutorials/introduction/linux_install/linux_install.markdown
View file @
62f3c9bf
...
@@ -97,6 +97,11 @@ Building OpenCV from Source Using CMake
...
@@ -97,6 +97,11 @@ Building OpenCV from Source Using CMake
-
It is useful also to unset BUILD_EXAMPLES, BUILD_TESTS, BUILD_PERF_TESTS - as they all
-
It is useful also to unset BUILD_EXAMPLES, BUILD_TESTS, BUILD_PERF_TESTS - as they all
will be statically linked with OpenCV and can take a lot of memory.
will be statically linked with OpenCV and can take a lot of memory.
-#
[
optional
]
Generate pkg-config info
-
Add this flag when running CMake:
`-DOPENCV_GENERATE_PKGCONFIG=ON`
-
Will generate the .pc file for pkg-config and install it.
-
Useful if not using CMake in projects that use OpenCV
-# Build. From build directory execute
*make*
, it is recommended to do this in several threads
-# Build. From build directory execute
*make*
, it is recommended to do this in several threads
For example
For example
...
...
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