Imported Debian version 1.0~trusty
[deb_vid.stab.git] / Install
1 *** LIBRARY ***
2 To compile the library do:
3
4 cmake .
5 make
6 sudo make install
7
8 To customize the installation prefix use
9 cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local
10
11
12 *** TRANSCODE plugins ***
13
14 You need to have the transcode sources installed. The best
15 choice it to download the same version you have in your distribution.
16 Youi don't need to compile transcode itself.
17 Download from http://tcforge.berlios.de/ or
18 http://developer.berlios.de/project/showfiles.php?group_id=10094.
19 Then you need to adapt the transcode/CMakeLists.txt and change
20 the variable
21 > set(TRANSCODE_ROOT path/to/transcode)
22
23 cd transcode/cmake
24 make
25 . install.sh
26
27 *** FFMPEG ***
28
29 You need to configure ffmpeg with --enable-libvidstab