aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2009-08-15 15:36:56 +0000
committerlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2009-08-15 15:36:56 +0000
commit65fede5d18e7e4004c36991dc21dbf6273f9f0af (patch)
tree49a25e08be7f8936fbcca961cc0e51e90d398a10 /INSTALL
parent94f406317e1d351f0320c836c0713f249bb84872 (diff)
also macos ppc can use the opencv framework
svn path=/trunk/externals/pix_opencv/; revision=11925
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL59
1 files changed, 1 insertions, 58 deletions
diff --git a/INSTALL b/INSTALL
index 7184ab2..0c4d94f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -36,7 +36,7 @@ and copy the .pd_linux to your externals folder ::
-===== MAC OSX (macintel) =====
+===== MAC OSX (intel and powerPC) =====
(This is only for pix_opencv Actually there is no MACOSX makefile for pdp_opencv.)
@@ -62,60 +62,3 @@ and copy the .pd_darwin to your externals folder ::
cp *.pd_darwin /Applications/Pd-0.40.3-extended-20080315.app/Contents/Resources/extra/Gem/ for exemple
-
-===== MAC OSX (powerPC) =====
-
-• Download this three libraries with Fink : libjpeg + libpng3 + libtiff
-
-• In Terminal :
-cvs -d:pserver:anonymous@opencvlibrary.cvs.sourceforge.net:/cvsroot/opencvlibrary login
-----> then hit 'enter' on your keyboard
-cvs -z3 -d:pserver:anonymous@opencvlibrary.cvs.sourceforge.net:/cvsroot/opencvlibrary co
--P opencv
-----> download opencv sources
-
-• with a text editor, open the file : cvcap_qt.cpp
-look for '__BEGIN__' and change it by '__BEGIN__{'
-look for '__END__' and change it by '}__END__'
-----> save
-
-• In Terminal
-----> go to your opencv folder you just download and create a new folder 'build' :
-cd blabla/opencv
-mkdir build
-cd build
-../configure CPPFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib"
-make
-sudo make install
-----> enter your password
-
-• With you browser go to :
-http://hangar.org/wikis/lab/doku.php?id=start:puredata_opencv
-----> download pix_opencv-0.1a.tar.gz and decompress all :
-http://hangar.org/wikis/lab/pd/pix_opencv-0.1a.tar.gz
-----> download PD-extended sources and decompress all :
-http://downloads.sourceforge.net/pure-data/Pd-0.39.3-extended.tar.bz2
-----> download the makefile for macosx :
-http://hangar.org/wikis/lab/pd/opencv/Makefile.darwin
-
-• In the Finder :
-----> change 'Makefile.darwin' by 'Makefile' and then overwrite the 'Makefile' in
-'pix_opencv' folder you just download
-
-• With a text editor :
-----> open this new 'Makefile' and change :
-PD_DIR = /*/Pd-0.39.3-extended/pd (enter the path of the 'pd' folder in
-'Pd-0.39.3-extended' folder you just download from sourceforge)
-GEM_DIR = /*/Pd-0.39.3-extended/Gem (enter the path of the 'Gem' folder in
-'Pd-0.39.3-extended' folder you just download from sourceforge)
-----> save
-
-• In Terminal :
-----> go to the folder 'pix_opencv' with 'cd '
-export MACOSX_DEPLOYMENT_TARGET=10.4
-make clean
-make
-
-• Then copy the '.pd_darwin' create in the 'pix_opencv' folder in your
-'/Applications/Pd-0.40.3-extended-20080315.app/Contents/Resources/extra/Gem/' for exemple
-