set release date
[www-quvi.git] / README
blob7211c12c9d4d799e5e3c7b53696b47357ed8cea1
3 WWW::Quvi
4 ============
6 WWW::Quvi are the Perl bindings for libquvi.
8 This module provides a Perl interface to libquvi. This documentation
9 contains the Perl specific details and some sample code. The libquvi
10 documentation should be consulted for the API details at
11 <http://quvi.googlecode.com/>.
13 WWW: <http://www-quvi.googlecode.com/>
14 GIT: <git://repo.or.cz/www-quvi.git>
17 PREREQUISITES
19   * quvi 0.2.5+  <http://quvi.googlecode.com/>
20     - 0.2.0 should work, though some tests e.g. *will* fail (e.g. version checks)
21   * Perl 5.8.9+  <http://perl.org/>
24 INSTALLATION
26 To install this module, type the following:
28     perl Makefile.PL
29     make
30     make test (optional, see notes below)
31     make install (see notes below)
34 WHAT IS NOT IMPLEMENTED
36   * Callbacks (e.g. status callback)
38   * Multiple download links per video
41 NOTES
43 * Developed on and for Linux, should port fairly easily to other systems
45 * You can edit CXXFLAGS LDFLAGS, etc. in Makefile.PL
46     - ExtUtils::MakeMaker supports many more (see the URLs below)
48 * Set HAVE_INTERNET if you want to run the internet dependant tests
50 * You can specify an install "prefix" with INSTALL_BASE
51     - e.g. perl Makefile.PL INSTALL_BASE=/usr/local
53   More: <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
54    FAQ: <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>