From 96e1959fcd965d71d500df6b98f8ba98a1c58ae4 Mon Sep 17 00:00:00 2001 From: Jared Bruni Date: Tue, 2 Jul 2019 05:31:56 -0700 Subject: [PATCH] updated README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5239f9..c2b17f1 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,17 @@ Then (on Linux) use ldconfig Next download this project via git clone or zip enter the src directory - $ qmake +For compiling with OpenCV 4 use: + $ qmake Acid.Cam.v2.OpenCV4.pro + +For compiling with OpenCV 3 use: + + $ qmake Acid.Cam.v3.OpenCV4.pro + Then to build project - $ make + $ make -j4 Then Run the program