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