~qioeujqioejqioe-deactivatedaccount/exaile/missing-signals

1497 by Johannes Sasongko
Add INSTALL.
1
To install:
2
3
  % make
4
  % make install
5
6
The "make" step is optional and only compiles the modules, translations, and the
7
mmkeys extension.
8
9
Environment variables that affect "make install":
10
11
  FIREFOX
12
    Where Mozilla is installed. Default: /usr/lib/firefox
13
  LIBDIR
14
    The lib directory to be appended to PREFIX. Default: /lib
15
  PREFIX
16
    The installation prefix. Default: /usr/local
17
18
For example, if Mozilla is installed in /usr/lib/xulrunner, you can run
19
"make install" as:
20
21
  % FIREFOX=/usr/lib/xulrunner make install