Revise manual
[nomnom.git] / INSTALL
blob58408ca442b57b6c227a240aa3a7d588b1bd6359
3 Prerequisites
4 =============
6 * quvi (0.2.16.1+)  <http://quvi.sourceforge.net/>
7 * umph (0.1.6+)     <http://umph.googlecode.com/>
8 * curl (7.20.0+)    <http://curl.haxx.se/>
9 * qt   (4.6+)       <http://qt.nokia.com/>
10 * media player that supports streaming (e.g. vlc, mplayer)
13 Installation from source
14 ========================
16 "./configure && make install", typically. See also "./configure --help".
17 If you are compiling nomnom from the development code from the git
18 repository, see "Installation from development code", instead.
20   --enable-verbose    Enable --verbose program option
21                         If enabled, the program can use --verbose to
22                         turn on verbose output to stderr. Recommended
23                         for debugging purposes only.
25   --without-manual    Do not install manual pages
28 Installation from development code
29 ==================================
31 If you are compiling nomnom from the development code, run "autogen.sh",
32 first. This generates the configuration files that are not in the git
33 repository. You will need:
35   * Perl (with pod2man)
36   * GNU autoconf
37   * GNU automake
39 Once the files have been generated, follow the instructions of "Installation
40 from source" above.