Skip to content

Commit

Permalink
Add note about pkg-config usage in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
codeclown committed Oct 3, 2019
1 parent 53c88f0 commit 3c50d24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 3c50d24

Please sign in to comment.