4 This document provides a quick reference for the minimal configuration,
5 build and installation of MLT.
10 Configuration is triggered by running:
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
21 NB: This script must be run to register new services after a CVS checkout
27 Once configured, it should be sufficient to run:
31 to compile the system.
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:
41 NB: This applies to your current shell only and it assumes a bash or
42 regular bourne shell is in use.
47 The install is triggered by running:
55 For more detailed information, please refer to docs/install.txt.