aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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