]> git.sesse.net Git - mlt/blob - README
config mods; avformat static or shared build; corrections to sdl
[mlt] / README
1 MLT/Miracle README
2 ------------------
3
4         Copyright (C) 2003-2004 Ushodaya Enterprises Limited
5         by Charles Yates <charles.yates@pandora.be>
6         and Dan Dennedy <dan@dennedy.org>
7
8         MLT is a multimedia framework designed for television broadcasting, and 
9         Miracle is a multi-unit video playout server with realtime effects.
10
11         This document provides a quick reference for the minimal configuration,
12         build and installation of MLT. See the docs directory for usage and
13         development details.
14
15
16 Configuration
17 -------------
18
19         Configuration is triggered by running:
20
21             ./configure 
22
23         More information on usage is found by running:
24
25             ./configure --help
26
27         NB: This script must be run to register new services after a CVS checkout
28         or subsequent update.
29
30
31 Compilation
32 -----------
33
34         Once configured, it should be sufficient to run:
35
36             make
37
38         to compile the system.
39
40
41 Testing
42 -------
43
44         To execute the mlt tools without installation, or to test a new version
45         on a system with an already installed mlt version, you should run:
46
47             . setenv
48
49         NB: This applies to your current shell only and it assumes a bash or 
50         regular bourne shell is in use.
51
52
53 Installation
54 ------------
55
56         The install is triggered by running:
57         
58             make install 
59         
60
61 More Information
62 ----------------
63
64         For more detailed information, please refer to docs/install.txt.