Merge pull request #13675 from ExpandingDev:patch-1

* Add note about building for pkg-config

* minor fixes
This commit is contained in:
ExpandingDev 2019-01-25 08:36:28 -05:00 committed by Alexander Alekhin
parent 287ee9d0ea
commit 62f3c9bfa9

View File

@ -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