Bump version to 0.2.0
[www-quvi.git] / INSTALL
blob691b1cea3d25c290a2d2766b4dac0e717a7907cc
2 PREREQUISITES
4   * quvi 0.2.17+  <http://quvi.googlecode.com/>
5   * Perl 5.10.1+  <http://perl.org/>
7 Additionally (to build):
8   * ExtUtils::MakeMaker <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
9   * ExtUtils::PkgConfig <http://search.cpan.org/perldoc?ExtUtils::PkgConfig>
10   * ExtUtils::Depends   <http://search.cpan.org/perldoc?ExtUtils::Depends>
13 INSTALLATION
15 To install this module, type the following:
17   perl Makefile.PL
18   make
19   make test (optional, see notes below)
20   make install (see notes below)
22 See Makefile.PL if you need to edit the CXXFLAGS. Refer to the
23 ExtUtils::MakeMaker documentation for more instructions.
25 You can define the installation prefix with INSTALL_BASE, e.g.:
26   perl Makefile.PL INSTALL_BASE=/usr/local
28 Recommended reading:
29   * <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
30   * <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>
33 TESTS
35 If you run the tests and you want to run the internet based tests,
36 define HAVE_INTERNET with "make test", e.g.:
37   env HAVE_INTERNET=1 make test
39 # vim: set ts=2 sw=2 tw=72 expandtab: