Commit 2f014f6f authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1810 from JeffBail:document-how-to-build-samples

parents 96c2ecb5 3b7edcba
......@@ -31,6 +31,8 @@ use CMake's `BUILD_opencv_*` options. Like in this example:
$ cmake -DOPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -DBUILD_opencv_legacy=OFF <opencv_source_directory>
```
If you also want to build the samples from the "samples" folder of each module, also include the "-DBUILD_EXAMPLES=ON" option.
If you prefer using the gui version of cmake (cmake-gui), then, you can add `opencv_contrib` modules within `opencv` core by doing the following:
1. start cmake-gui
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment