diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-11 04:26:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-11 04:26:00 +0000 |
commit | c5e843b82205c04c618a423d3bb223f1f630b7a1 (patch) | |
tree | 47eb18ea910be2d9735290aef960fd458b46d29c /INSTALL |
added sources from pidip-0.12.4svn2git-root
svn path=/trunk/externals/pidip/; revision=837
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -0,0 +1,35 @@ +first, install : + +imlib2 ( http://sourceforge.net/project/showfiles.php?group_id=2 ) +aalib (http://aa-project.sourceforge.net/aalib/) +Image Magick ( http://www.imagemagick.org ) +and ffmpeg ( watchout, it requires the cvs snapshot ! ) ( http://ffmpeg.sourceforge.net/cvs ) + +you should also have installed libquicktime that is necessary for PDP +( http://sourceforge.net/projects/libquicktime ). + +gone through it ?? yeh, i know it's a lot. +ok, first stage reached ) + +fix PD, PDP and FFMPEG paths in configure.ac + +autoconf + +./configure + +make clean + +make + +as root, make install + +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 |