Volume breaks output format, removed for now.
[shell-fm.git] / INSTALL
blobb77df82a7e794e4af7e584d3553c8db4da9b0a28
2 Shell.FM 0.5 Installation
5 Requirements:
6 * libmad
7 * libao (optional)
8 * libtagc (optional)
11 Installation:
13 1. Run "make".
14 2. Run "make install" as root.
15 3. Read the manual for per-user setup information.
17 NOTE: The Makefile uses /usr as PREFIX and $PREFIX/man as MANDIR by default.
18 You can override those on the command line. For example, Debian/Ubuntu users
19 usually have their manuals in /usr/share/man, so they would install shell-fm
20 like this:
22 $ make install PREFIX=/usr MANDIR=/usr/share/man
24 NOTE: To install a stripped version of shell-fm (about 10K smaller), use
25 "install-strip" instead of "install":
27 $ make install-strip
29 To install to a temporary root (for example, when building a binary
30 package), you can use the DESTDIR variable, just like with autotools
31 packages.