r284: Initial revision
[cinelerra_cv/ct.git] / README.BUILD
blob95dc80d6a9224e98cc4142f1807dce996657db2c
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 ftp://ftp.nerim.net/debian-marillat/ unstable main
18 (For other architectures/versions of Debian, more info can be found on:
19 http://hpisi.nerim.net/)
21 The versions indicated are for information. Cinelerra compiles fine
22 with these. If you want to use another, don't mail me if it doesn't work.
24 Some of them are part of every distribution (if they aren't in yours, change
25 you distrib. Not joking):
26         - alsa libs (>= 0.9)
27         - libvorbis (1.0)
28         - libogg (1.0)
29         - libpng
30         - libjpeg       
31         - libtiff
32         - libesd (esound = 0.2.28)
33         - libfreetype (>=2.1.4)
34         - xlib-dev
35                 
36 The others are maybe part of your distrib. If they aren't, 
37 you can find most of them on ftp://ftp.nerim.net/debian-marillat/
38 and the rest on http://www.kiberpipa.org/~minmax/cinelerra/builds/
39 (if not, please complain to cinelerra@skolelinux.no!)
41 http://lpnotfr.free.fr/cinelerra-libs
42         - libdv (0.99)
43         - xvid (cvs 20020822)
44         - liba52 (0.7.4)
45         - libsndfile - both 0.x.x and 1.x.x versions should work
46         - libaudiofile (0.2.3)
47         - libraw1394 (0.9.0)
48         - libavc1394 (0.4.1)
49         - liblame-dev
50         - libavcodec
51         - libavcodec-dev
52         - libuuid
53         - nasm (for mmx optimization)