diff options
author | N.N. <sevyves@users.sourceforge.net> | 2009-08-27 17:04:17 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2009-08-27 17:04:17 +0000 |
commit | 1a20f9a54e86a5b9b96f595f094419cc7cc3dc7f (patch) | |
tree | 6427235c79452bcb19ec73272f58f1a71dad4795 /Makefile | |
parent | 59a4f95ef23aad1bced9ebfb5157cbb9edc84a4c (diff) |
updated installation instruction for MAC OSX
svn path=/trunk/externals/pdp_opencv/; revision=12118
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -19,11 +19,9 @@ ifeq ($(UNAME),Linux) EXTENSION = pd_linux endif ifeq ($(UNAME),Darwin) - export MACOSX_DEPLOYMENT_TARGET = 10.3 - OPENCV_DIR = /Users/pd/opencv-1.0.0 - INCLUDES += -I$(OPENCV_DIR)/cv/include -I$(OPENCV_DIR)/cxcore/include -I$(OPENCV_DIR)/cvaux/include -I/sw/include + INCLUDES += -I/System/Library/Frameworks/OpenCV.framework/Headers/ LDFLAGS = -bundle -undefined dynamic_lookup - LIBS = -lm $(OPENCV_DIR)/build/cv/src/.libs/lib_cv.a -L/sw/lib + LIBS = -lm -framework OpenCV EXTENSION = pd_darwin endif ifeq (MINGW,$(findstring MINGW,$(UNAME))) |