Add --export-format, depr. --xml
[quvi-tool.git] / INSTALL
blobc8da08d5b334145e88c8338a3c2314243ebb38ef
3 Prerequisites
4 =============
6 * libquvi  0.4.0+  <http://quvi.sourceforge.net/>
9 Installation from source
10 ========================
12 REMINDER: Run "make uninstall" if you have installed quvi from the
13 source previously.
15   * How to use GNU Autotools build system falls outside of the scope of
16   this documentation, refer to the appropriate sources instead
18   * IF you are unsure, THEN do not install from the source
19     - quvi is available to many distros as a precompiled package
21     - Precompiled packages (ideally) make sure that no old files are
22       left behind when the software is upgraded or uninstalled
24     - Any old files left behind on your system may potentially interfere
25       with the new version of quvi
27   * Consider yourself reminded
29 "./configure && make install", typically. See also "./configure --help".
30 If you are compiling quvi from the development code from the git
31 repository, see "Installation from development code", instead.
33   --without-manual    Do not install manual page(s)
36 Installation from development code
37 ==================================
39 If you are compiling quvi from the development code, run "autogen.sh",
40 first. This generates the configuration files that are not in the git
41 repository. You will need:
43   * GNU Autotools (autoconf, automake, etc.)
44   * Perl (with pod2man)
45   * GNU gengetopt
47 Once the files have been generated, follow the instructions in "Installation
48 from source" above.