|
||
1.To get the source files type in a terminal (if you don't have svn install svn-arch-mirror):
This will create a directory hvirtual with all
the source files inside. |
||
2.You'll notice that there isn't a configure file. To create one you'll need to run, when I say so, autogen.sh, but before you'll have to: Install libtool package or you will get: libtoolize: command not found
|
||
3.Install automake 1.9
|
||
4.install g++ compiler or you will get some error error: C++ preprocessor "/lib/cpp" fails sanity check"
|
||
5.Install xlibs-dev or you will get WARNING: X Windows
development tools were not found.
|
||
6.Install make
|
||
7.install gettext or you'll get some errors while compiling po files
|
||
8.Now we must install these two libraries from source (I installed libraw1394 even if I don't have firewire?!? I tried to disable firewire while running configure but it didn't worked). download these 2 files:
in the same directory were you put the files you meust unter the files with thw following commands:
enter the directory
then
everything should go smoooth. then type
everything should go smoooth again! then
if you get a message like this
and then again
Insert the password if prompted and that's it for libraw1394 Let' compile now libiec61883. Get into the libiec61883-1.0.0 directory, in my case:
then
everything should go smoooth. then type
everything should go smoooth again! then
That's it. Come to the previous directory with cd .. |
||
9.Install libesd.
|
||
10.Install mjpegtools
|
||
11.Install libogg. (These format are extra cool and freeeeee). If you don't install wou'll get a... error: Package requirements (ogg >= 1.1 vorbis vorbisenc vorbisfile theora) were not met.
|
||
12.Install liba52
|
||
13.Install libfaad2-0
|
||
14.Install libavc1394-0
|
||
15.Install uuid-dev
|
||
16.Install nasm
|
||
17.We have to compile x264 from source** (it doesn't exists in breezy 5.10) download it from videolan.org at the following address:
download the latest (latest date - I gess?!?), and untar the file and compile it: tar -xvjf x264-snapshot-20060130-2245.tar.bz2
**Note: if you don't want to or can't download and compile from source you can find a debian package here:
download the files
then run
|
||
18.Install fftw. Download it from
or directly from
untar the file and compile it:
|
||
19.Install liblame0 or else error on make
|
||
20.Install libopenexr-dev libopenexr-dev |
||
21.install libasound2 or else x264 won't configure correctly (?!? crasy stuff with some $LIBS variable in the configure file)
|
||
22.Install libsndfile1
|
||
23.Install libfaac or else error on make
|
||
24.Install libjpeg62 or else error on make
|
||
25.Install libpng12 or else error on make
|
||
26.Install libxxf86vm1 or else error on make
|
||
27.Install ffmpeg or else error on make
|
||
28.Install libavcodec or else error on make
|
||
29.Install libtiff4 or else error on make
|
||
30.Install libfreetype6 or else error on make
|
||
31.Time for some serious compilation! Enter the directory hvirtual and run autogen.sh
Everything should go smoothly... |
||
32.run configure
|
||
33.Run make
if while you run make you have an error saying you have a missing .h file it is probably because you didn't installed all the dev packages you need. |
||
34.Run make install
|
||
35.If everything went smoothly you should be able to run cinelerra typing in a terminal
Enjoy this nice program. Try my Greenelerra theme here. |