From cf6f061b0593c4e1c245398dd696a86f9b8f1726 Mon Sep 17 00:00:00 2001 From: lostjared Date: Thu, 12 Apr 2018 14:47:48 -0700 Subject: [PATCH] README.md updated --- windows/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/README.md b/windows/README.md index cb2962c..a14f974 100644 --- a/windows/README.md +++ b/windows/README.md @@ -3,6 +3,10 @@ Replace the hardcoded paths with the ones you have for your current version of OpenCV compiled with Visual Studio. Copy this pro into a new directory with the source files and qrc file. +Also copy ac.h ac.cpp fractal.h fractal.cpp from libacidcam into the directory as well they can be found here: + +https://github.com/lostjared/libacidcam/tree/master/source + Using Qt Creator call qmake on the file and it will build Makefiles for Visual Studio.