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