make install part 1
[melted] / README
1 README
2 ------
3
4         This document provides a quick reference for the minimal configuration,
5         build and installation of MLT.
6
7 Configuration
8 -------------
9
10         Configuration is triggered by running:
11
12             ./configure 
13
14         Usage is:
15
16         ./configure --help                      - report all configure options
17         ./configure --prefix=[dir]      - target install directory (default: /usr/local)
18         ./configure --disable-[mod] - do not compile specified module(s)
19         ./configure --[other]           - pass through to children
20
21         NB: This script must be run to register new services after a CVS checkout
22         or subsequent update.
23         
24 Compilation
25 -----------
26
27         Once configured, it should be sufficient to run:
28
29             make
30
31         to compile the system.
32
33 Testing
34 -------
35
36         To execute the mlt tools without installation, or to test a new version
37         on a system with an already installed mlt version, you should run:
38
39             . setenv
40
41         NB: This applies to your current shell only and it assumes a bash or 
42         regular bourne shell is in use.
43
44 Installation
45 ------------
46
47         The install is triggered by running:
48         
49             make install 
50         
51
52 More Information
53 ----------------
54
55         For more detailed information, please refer to docs/install.txt.