From bf6d0609625714ed52acf19a007a378645de2faa Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 14 Nov 2004 22:52:23 +0000 Subject: PiDiP v 0.12.17 svn path=/trunk/externals/pidip/; revision=2272 --- INSTALL | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'INSTALL') 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 /pidip" command line option -- cgit v1.2.1