Add QJson prerequisite
[nomnom.git] / INSTALL
blob5c125ca65fc915dd9aa9d748fd405f32c3634e8e
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 * qjson (0.7.1+)     <http://qjson.sourceforge.net>
11 * media player that supports streaming (e.g. vlc, mplayer)
14 Installation from source
15 ========================
17 "./configure && make install", typically. See also "./configure --help".
18 If you are compiling nomnom from the development code from the git
19 repository, see "Installation from development code", instead.
21   --enable-verbose    Enable --verbose program option
22                         If enabled, the program can use --verbose to
23                         turn on verbose output to stderr. Recommended
24                         for debugging purposes only.
26   --without-manual    Do not install manual pages
29 Installation from development code
30 ==================================
32 If you are compiling nomnom from the development code, run "autogen.sh",
33 first. This generates the configuration files that are not in the git
34 repository. You will need:
36   * Perl (with pod2man)
37   * GNU autoconf
38   * GNU automake
40 Once the files have been generated, follow the instructions of "Installation
41 from source" above.