From 985ec078836b1f34101fdf286c4bde3ff5f75d92 Mon Sep 17 00:00:00 2001 From: Christina Date: Sat, 9 Jun 2012 17:33:30 -0700 Subject: [PATCH] Update master --- README | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README b/README index 435d674..3686483 100644 --- a/README +++ b/README @@ -1,3 +1,17 @@ This is the OpenCV CinderBlock, designed for use with the open-source C++ library Cinder: http://libcinder.org -Integrates OpenCV 2.3. \ No newline at end of file +Integrates OpenCV 2.3. + +If you are using any other modules other than the core: + +You must Add to my target's "Other Linker Flags" (both debug and release) to get any non-samples running: + +example: Macosx + +$(CINDER_PATH)/blocks/lib/macosx/libopencv_XXXX.a + +example: iOS + +$(CINDER_PATH)/blocks/lib/ios/libopencv_XXXX.a + +Failure to link the libraries will cause compile time errors because the classes cannot be found. \ No newline at end of file