Hello People,
I have recently started running PD through Linux to take advantage of the better compatibility and so I am a little lost as to how to set somethings up. It seems there are pd files in many different folders and I'm unsure where the necessary ones are.
I am using pd-extended.40.3 for Ubuntu Hardy, but on Xubuntu.
In particular I am trying to use the opencv and haarcascades with PD, hence the changeover.
The website that informs on opencv& PD when talking about installing the libraries
http://hangar.org/wikis/lab/doku.php?id=start:puredata_opencv says
" edit the Makefile to fit your system and sources folders:
for pix_opencv edit the Makefile and change the values for PD_DIR and GEM_DIR variables
for pdp_opencv edit the Makefile.config and change the values for OPENCV_CPPFLAGS, PD_CPPFLAGS, PDP_CFLAGS variables
then, compile it :: "
My Makefile does not have this it has
srcdir = .
top_srcdir = .
Does anyone know what to change these to or how to find the relevant folder.
Please, I am dieing to have some fun with opencv.