aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-09-26 15:57:21 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-09-26 15:57:21 +0000
commit21cb007dfce4ededf66f3714f56b1516c19dca94 (patch)
treec19528be69226694a8999331dbb56602dc03962d /INSTALL
parentc63152e5b2c23ed110d65544d43e15c7f00b15da (diff)
added configure step
svn path=/trunk/externals/pix_opencv/; revision=12464
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL32
1 files changed, 19 insertions, 13 deletions
diff --git a/INSTALL b/INSTALL
index 4f2a148..7d97bef 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,7 @@
-Download the package here : [[http://hangar.org/wikis/lab/pd/pix_opencv-0.2.tar.gz|pix_opencv-0.2.tar.gz]]
-
-or get the latest version through svn :
+get the source version through svn :
svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data pure-data
cd pure-data/trunk/externals/pix_opencv
@@ -24,27 +22,31 @@ and of the GEM that you are loading
( it might not work if the version
is different )
-cd into the package folder ::
+cd into the package folder :
cd pix_opencv
-edit the Makefile to fit your system and sources folders:
+configure the package with the appropriate command for your system :
-edit the Makefile and change the values for PD_DIR and GEM_DIR variables
+ ./configure --with-pd=<path to pd _sources_> --with-gem=<path to gem _sources_>
-then, compile it ::
+for example :
- make clean
- make
+./configure --with-pd=/usr/local/pd --with-gem=/usr/local/pd/gem
-and copy the .pd_linux to your externals folder ::
+then, compile it :
- cp *.pd_linux /usr/local/lib/pd/extra/
+make clean
+make
+and copy the .pd_linux to your externals folder ::
+
+cp *.pd_linux /usr/local/lib/pd/extra/
===== MAC OSX (intel and powerPC) =====
+
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 ::
@@ -59,9 +61,13 @@ cd into the package folder ::
cd pix_opencv
-edit the Makefile to fit your system and sources folders:
+configure the package with the appropriate command for your system :
+
+ ./configure --with-pd=<path to pd _sources_> --with-gem=<path to gem _sources_>
+
+for example :
-edit the Makefile and change the values for PD_DIR and GEM_DIR variables
+./configure --with-pd=/usr/local/pd --with-gem=/usr/local/pd/gem
then, compile it ::