adopt to winsock
[melted] / README
1 MLT Melted 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. See the docs directory for usage and
14         development details.
15
16
17 Configuration
18 -------------
19
20         Configuration is triggered by running:
21
22             ./configure 
23
24         More information on usage is found by running:
25
26             ./configure --help
27
28         NB: This script must be run to register new services after a CVS checkout
29         or subsequent update.
30
31
32 Compilation
33 -----------
34
35         Once configured, it should be sufficient to run:
36
37             make
38
39         to compile the system.
40
41
42 Installation
43 ------------
44
45         The install is triggered by running:
46         
47             make install 
48         
49
50 More Information
51 ----------------
52
53         For more detailed information, please refer to docs/install.txt.