aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-10-12 19:48:35 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-10-12 19:48:35 +0000
commit42a7224336dd60ef6ae53ae8a5c446e11c9c8148 (patch)
tree35bf66d0f2996ab00c2508d36a62806a67010eff
parentf7d4f43f4189ef0bbff13c81cb93bd923b9a6550 (diff)
changed path to opencv framework on osx
svn path=/trunk/externals/pdp_opencv/; revision=12582
-rw-r--r--INSTALL4
-rwxr-xr-xMakefile.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index f189bd2..d0327fb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -47,8 +47,8 @@ and copy the .pd_linux to your externals folder :
first install openCV MacOS framework
download openCV private framework from http://www.ient.rwth-aachen.de/cms/software/opencv/
- copy the provided OpenCV.framework folder in your /System/Library/Frameworks/ directory ::
- cp -Rf /Volumes/OpenCV\ Private\ Framework/OpenCV.framework /System/Library/Frameworks/
+ copy the provided OpenCV.framework folder in your /Library/Frameworks/ directory ::
+ cp -Rf /Volumes/OpenCV\ Private\ Framework/OpenCV.framework /Library/Frameworks/
then get the _SOURCES_ of the pd you are using
and of the PDP that you are loading
diff --git a/Makefile.in b/Makefile.in
index b87c63b..49e352e 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,7 @@ ifeq ($(UNAME),Linux)
EXTENSION = pd_linux
endif
ifeq ($(UNAME),Darwin)
- INCLUDES += -I/System/Library/Frameworks/OpenCV.framework/Headers/
+ INCLUDES += -I/Library/Frameworks/OpenCV.framework/Headers/
LDFLAGS = -bundle -undefined dynamic_lookup
LIBS = -lm -framework OpenCV
EXTENSION = pd_darwin