summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNash <nash@bsd-noobz.com>2014-08-30 22:39:24 +0700
committerNash <nash@bsd-noobz.com>2014-08-30 22:39:24 +0700
commit7f86db354eb048183d07cdeb475f085b7125e859 (patch)
tree296acc27012e74ebf4a80c4fdafcd80b33ad38fe
parent86cf657a30f466f107c49c7cef62a4720abba052 (diff)
improve the README file
-rw-r--r--opencv-qt-integration-1/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/opencv-qt-integration-1/README.md b/opencv-qt-integration-1/README.md
index 84b342d..e0200ae 100644
--- a/opencv-qt-integration-1/README.md
+++ b/opencv-qt-integration-1/README.md
@@ -7,6 +7,13 @@ This code sample shows the basics to display OpenCV's matrix (`cv::Mat`) within
Within the `python/` directory, you will see the same code written in Python.
+To compile and run the code, you need to have Qt 5 installed on your computer. The code is successfully tested on the following environment:
+
+ - Mac OS X Mavericks
+ - Qt 5.3.0
+ - OpenCV 3.0.0
+ - Python 3.4.1
+
Compiling
---------