Document $VERSION
[www-quvi.git] / INSTALL
blob14f2e648b50484184089db1c5dc504120d954173
2 PREREQUISITES
4   * quvi 0.2.17+  <http://quvi.sourceforge.net/>
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 "TESTS" 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: