diff options
author | N.N. <sevyves@users.sourceforge.net> | 2009-10-12 19:47:56 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2009-10-12 19:47:56 +0000 |
commit | d95339e18c112ecb21bbc29cbff4d794170a144d (patch) | |
tree | d57cd888a7284621276d5b2eb2847cb9bbbae60f | |
parent | 3aa8aa20a6a18759df7a39faedc24271ac63b0c2 (diff) |
changed path to opencv framework on osx
svn path=/trunk/externals/pix_opencv/; revision=12581
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ cp *.pd_linux /usr/local/lib/pd/extra/ 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/ get the _SOURCES_ of the pd you are using and of the GEM that you are loading |