Update NEWS for 0.3.1
[nomnom.git] / INSTALL
bloba330567ca9d76d799abed2cd80216172cba4e3b0
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                         You can run "grep < configure.ac ^PKG" to get a
11                         list of the Qt modules that nomnom uses
12 * qjson (0.7.1+)     <http://qjson.sourceforge.net>
13 * media player that supports streaming (e.g. vlc, mplayer)
16 Installation from source
17 ========================
19 "./configure && make install", typically. See also "./configure --help".
20 If you are compiling nomnom from the development code from the git
21 repository, see "Installation from development code", instead.
23   --enable-verbose    Enable --verbose program option
24                         If enabled, the program can use --verbose to
25                         turn on verbose output to stderr. Recommended
26                         for debugging purposes only.
28   --without-manual    Do not install manual pages
31 Installation from development code
32 ==================================
34 If you are compiling nomnom from the development code, run "autogen.sh",
35 first. This generates the configuration files that are not in the git
36 repository. You will need:
38   * Perl (with pod2man)
39   * GNU autoconf
40   * GNU automake
42 Once the files have been generated, follow the instructions of "Installation
43 from source" above.