aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2004-11-14 22:52:23 +0000
committerN.N. <sevyves@users.sourceforge.net>2004-11-14 22:52:23 +0000
commitbf6d0609625714ed52acf19a007a378645de2faa (patch)
tree90043f233bffdd86898813e0fe7cb92582b8459a /INSTALL
parent5ad46a9a497ae0e6565b54aaefd4357eac6be0dd (diff)
PiDiP v 0.12.17
svn path=/trunk/externals/pidip/; revision=2272
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 9 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index 6f4c601..3e51fcf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,33 +5,31 @@ 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
-( --enable-ffmpeg ) ----> watchout, it requires the cvs snapshot !
+( --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 )
-( --enable-mpeg4ip )
+( --with-mpeg4ip=PATH )
-b/ fix PD, PDP and FFMPEG/MPEG4IP paths in configure.ac
+b/ ./configure --with-pd=PATH --with-pdp=PATH [--with-ffmpeg=PATH] OR [--with-mpeg4ip=PATH] ( not both )
-c/ autoconf
+c/ make clean
-d/ ./configure [--enable-ffmpeg] OR [--enable-mpeg4ip] ( not both )
+d/ make
-e/ make clean
+e/ as root, make install
-f/ make
-
-g/ as root, make install
-
-h/ modify your pd start-up script :
+f/ modify your pd start-up script :
pidip is a library, it should be loaded
with the "-lib <path>/pidip" command line option