Initial commit
[fillmore] / INSTALL
1
2     Fillmore Installation
3     ---------------------
4
5     To build and install Fillmore, type the following commands:
6
7     $ ./configure
8     $ make fillmore
9     $ make install-fillmore
10
11     * By default, Fillmore will install under /usr/local.  The configure script
12       can customize the prefix directory.  Run ./configure --help for
13       instructions and other installation options.
14   
15     * You may need to execute "make install" as root (i.e. sudo make install)
16       if installing to system directories.
17
18     * If you wish to try Fillmore before installing it, you may execute it
19       directly from its build directory.  Note that certain desktop integration
20       (such as being listed in an application menu) requires full installation.
21
22     Once installed, Fillmore will be available on your desktop Applications
23     menu under Sound & Video.
24
25
26     Lombard Installation
27     --------------------
28
29     To build and install Lombard, type the following commands:
30
31     $ ./configure
32     $ make lombard
33     $ make install-lombard
34
35     * By default, Lombard will install under /usr/local.  The configure script
36       can customize the prefix directory.  Run ./configure --help for
37       instructions and other installation options.
38   
39     * You may need to execute "make install" as root (i.e. sudo make install)
40       if installing to system directories.
41
42     * If you wish to try Lombard before installing it, you may execute it
43       directly from its build directory.  Note that certain desktop integration
44       (such as being listed in an application menu) requires full installation.
45
46     Once installed, Lombard will be available on your desktop Applications
47     menu under Sound & Video.
48
49     Copyright 2009-2010 Yorba Foundation
50