mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
Merge pull request #13675 from ExpandingDev:patch-1
* Add note about building for pkg-config * minor fixes
This commit is contained in:
parent
287ee9d0ea
commit
62f3c9bfa9
@ -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
|
||||
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
|
||||
|
||||
For example
|
||||
|
Loading…
Reference in New Issue
Block a user