aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: 3e51fcfdb26df261b1af69b1ccba052e4f2f4426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
a/ first, install  :

MANDATORY ::
============
***** PD sources 	: http://www-crca.ucsd.edu/~msp/software.html
***** PDP and its deps  : http://zwizwa.fartit.com/pd/pdp/
***** imlib2 		: http://sourceforge.net/project/showfiles.php?group_id=2
***** theora 		: http://www.theora.org/files/
                          ---->  watchout !! you will need the static libs ( theora.a, ogg.a, vorbis.a )
***** Image Magick 	: http://www.imagemagick.org
                          ---->  watchout !! configure with --enable-shared 

OPTIONALLY ::
=============
***** ffmpeg		: http://ffmpeg.sourceforge.net/cvs 
( --with-ffmpeg=PATH )    ----> watchout, it requires the cvs snapshot !
                          + don't forget to activate mp3 and vorbis support in ffmpeg : 
                          ./configure --enable-mp3lame --enable-vorbis
OR

***** mpeg4ip		: http://mpeg4ip.sourceforge.net/ ( download mpeg4ip v1.0 )
( --with-mpeg4ip=PATH )    

b/ ./configure --with-pd=PATH --with-pdp=PATH [--with-ffmpeg=PATH] OR [--with-mpeg4ip=PATH] ( not both )

c/ make clean 

d/ make

e/ as root, make install

f/ modify your pd start-up script :

pidip is a library, it should be loaded
with the "-lib <path>/pidip" command line option
but, BEWARE, it should be place AFTER the 
loading of PDP library ( option "-lib <path>/pdp" )

Enjoy!!

Thanx for getting here.
Yves/
comments and bugs @ ydegoyon@free.fr