r802: Remove renderframfsclient and renderfarmfsserver .h and .C from Makefile.am...
[cinelerra_cv/mob.git] / README.BUILD
blob017f446b7407a10e6a325f27447fe4f0e9cf26cd
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         - gettext
37 Additional requirements for the CVS branch (this source code)
38         - automake 1.7
39         - autoconf
40         - libtool
41                 
42 The others are maybe part of your distrib. If they aren't, 
43 you can find most of them on ftp://ftp.nerim.net/debian-marillat/
44 and the rest on http://www.kiberpipa.org/~minmax/cinelerra/builds/
45 (if not, please complain to cinelerra@skolelinux.no!)