r891: Do not include .svn directories in 'make dist'.
[cinelerra_cv/ct.git] / README.BUILD
blobc1b6c7df270126d838ca43245be1c4f5feb28552
1 ----------------------------
2 Library Requirements:
3 ----------------------------
5 Whilst the official version of Cinelerra (Cinelerra-HV) contain a
6 custom Makefile, and includes many of the libraries in it, the
7 community version (Cinelerra-CV) is designed to to customly define the
8 Makefile specific for your system and use libraries that are / can be
9 installed into your system as shared libraries.
11 You need automake version 1.7 to build.  1.4 won't work!
12 Autoconf 2.57 is also required to build.
14 The automake version of the cinelerra source tree needs third-party libraries
15 development files installed. Run 'autoreconf -i' to create configure and
16 supporting files.
18         <x86 CPUs only>
19 You probably want to enable MMX support.  To do that, run ./configure with
20 the --enable-mmx option.  NB! If you do that, you may have to use the
21 --without-pic option, too.  Otherwise, compilation can fail.
22         </x86 CPUs only>
24 For debian user, you can find debian packages of all of these libs on the distribution
25 itself or at 
26         deb ftp://ftp.nerim.net/debian-marillat/ unstable main
28 (For other architectures/versions of Debian, more info can be found on:
29 http://hpisi.nerim.net/)
31 The versions indicated are for information. Cinelerra compiles fine
32 with these. If you want to use another, don't mail me if it doesn't work.
34 Some of them are part of every distribution (if they aren't in yours, change
35 you distrib. Not joking):
36         - alsa libs (>= 0.9)
37         - libvorbis (1.0)
38         - libogg (1.0)
39         - libpng
40         - libjpeg       
41         - libtiff
42         - libesd (esound = 0.2.28)
43         - libfreetype (>=2.1.4)
44         - xlib-dev
45         - gettext
47 Additional requirements for the CVS branch (this source code)
48         - automake 1.7
49         - autoconf
50         - libtool
51                 
52 The others are maybe part of your distrib. If they aren't, 
53 you can find most of them on ftp://ftp.nerim.net/debian-marillat/
54 and the rest on http://www.kiberpipa.org/~minmax/cinelerra/builds/
55 (if not, please complain to cinelerra@skolelinux.no!)
57 ----------------------------
58 Compiler flags:
59 ----------------------------
61 Note that there are some compiler flags that may optimise the
62 build for your specific architecture.  Some common examples are:
65 Pentium-M:
67 ./configure --prefix=/usr --enable-x86 --enable-mmx --enable-freetype2 \
68  CFLAGS='-O3 -pipe -fomit-frame-pointer -funroll-all-loops -falign-loops=2 \
69          -falign-jumps=2 -falign-functions=2 -ffast-math \
70          -march=pentium-m -mfpmath=sse,387 -mmmx -msse'
72 Pentium 4: (include sth D, etc)
75 AMD 64: