diff options
author | N.N. <sevyves@users.sourceforge.net> | 2004-11-14 22:52:23 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2004-11-14 22:52:23 +0000 |
commit | bf6d0609625714ed52acf19a007a378645de2faa (patch) | |
tree | 90043f233bffdd86898813e0fe7cb92582b8459a /INSTALL | |
parent | 5ad46a9a497ae0e6565b54aaefd4357eac6be0dd (diff) |
PiDiP v 0.12.17
svn path=/trunk/externals/pidip/; revision=2272
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -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 |