r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git] / hvirtual / README.BUILD
blob76455f940f66db84352fd553142e6005767dc698
1 You need automake version 1.7 to build.  1.4 won't work!
2 Autoconf 2.57 is also required to build.
4 The automake version of the cinelerra source tree needs third-party libraries
5 development files installed. Run 'autoreconf -i' to create configure and
6 supporting files.
8         <x86 CPUs only>
9 You probably want to enable MMX support.  To do that, run ./configure with
10 the --enable-mmx option.  NB! If you do that, you may have to use the
11 --without-pic option, too.  Otherwise, compilation can fail.
12         </x86 CPUs only>
14 For debian user, you can find debian packages of all of these libs on the distribution
15 itself or at 
16         deb http://marillat.free.fr unstable main
18 The versions indicated are for information. Cinelerra compiles fine
19 with these. If you want to use another, don't mail me if it doesn't work.
21 Some of them are part of every distribution (if they aren't in yours, change
22 you distrib. Not joking):
23         - alsa libs (>= 0.9)
24         - glib (1.2)
25         - libvorbis (1.0)
26         - libogg (1.0)
27         - libpng
28         - libjpeg       
29         - libtiff
30         - libesd (esound = 0.2.28)
31         - libfreetype (2.1.0)
32         - xlib-dev
33                 
34 The others are maybe part of your distrib. If they aren't, you can find them
35 on http://lpnotfr.free.fr/cinelerra-libs
36         - libdv (0.99)
37         - xvid (cvs 20020822)
38         - liba52 (0.7.4)
39         - libsndfile - both 0.x.x and 1.x.x versions should work
40         - libaudiofile (0.2.3)
41         - libraw1394 (0.9.0)
42         - libavc1394 (0.4.1)
43         - liblame-dev
44         - libavcodec
45         - libuuid
46         - nasm (for mmx optimization)