Skip to content

Commit

Permalink
Merge pull request #15631 from codeclown:pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Oct 4, 2019
2 parents 53c88f0 + 3c50d24 commit c9b2ced
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -101,6 +101,7 @@ Building OpenCV from Source Using CMake
- 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
- Installed as `opencv4`, usage: `pkg-config --cflags --libs opencv4`

-# Build. From build directory execute *make*, it is recommended to do this in several threads

Expand Down

0 comments on commit c9b2ced

Please sign in to comment.