Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
crep4ever committed Jul 18, 2017
1 parent 8dd9f60 commit 72c396e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Expand Up @@ -10,6 +10,7 @@ Frontend to [OpenCV](http://opencv.org/) matrices for visualization and edition

* required packages: cmake; qt5 (core, widgets); libopencv-dev (2.4.11)
* optionnal packages: python-opencv
* static analysis: use cmake variable `-DCMAKE_CXX_CLANG_TIDY:STRING="clang-tidy;-checks=-*,readability-*"`

## Linux

Expand All @@ -23,8 +24,6 @@ Frontend to [OpenCV](http://opencv.org/) matrices for visualization and edition
## CMake options

* CMAKE_BUILD_TYPE [ `Release` (default), `Debug`]
* GENERATE_MANPAGES [`ON` (default), `OFF`]: requires asciidoc; xmlto;
* COMPRESS_MANPAGES [`ON` (default), `OFF`]: requires gzip;
* OpenCV_DIR <Path>: absolute path to custom OpenCV build directory (windows)

## Integration with gdb
Expand Down

0 comments on commit 72c396e

Please sign in to comment.