1 ----------------------------
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
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.
24 For debian user, you can find debian packages of all of these libs on the distribution
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):
42 - libesd (esound = 0.2.28)
43 - libfreetype (>=2.1.4)
47 Additional requirements for the CVS branch (this source code)
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 ----------------------------
59 ----------------------------
61 Note that there are some compiler flags that may optimise the
62 build for your specific architecture. Some common examples are:
67 ./configure --prefix=/usr --enable-x86 --enable-mmx --enable-freetype2 \
68 --with-buildinfo=svn/recompile \
69 CFLAGS='-O3 -pipe -fomit-frame-pointer -funroll-all-loops -falign-loops=2 \
70 -falign-jumps=2 -falign-functions=2 -ffast-math \
71 -march=pentium-m -mfpmath=sse,387 -mmmx -msse'
73 Pentium 4: (include sth D, etc)