########
#Debian 
#

run "make install".

the necessary stuff will be copied in /usr/share/php/printipp directory
the documentation   will be copied in /usr/share/doc/php-printipp
(or run "make install BINDIR=/foo/path DOCDIR=/bar/path", as you wish)

Usage:
require_once("printipp/CupsPrintIPP.php") // WITHOUT './' (search_path...)
// or ExtendedPrintIPP.php or PrintIPP.php, if you need less operations
Then see usage.html in documentation directory

#######
#Other systems and remote hosting:
#

Copy files: 
	ExtendedPrintIPP.php
	PrintIPP.php
	CupsPrintIPP.php
	http_class.php
to the location you need.

Usage:
See usage.html in documentation directory


#######
# Note
#

IF YOU WANT AN HTTP BACKEND WITH AUTH SCHEMES OTHER THAN "Basic":

    download phphttp <http://en.static.phpclasses.org/browse/package/3.html>
    (you need to register)
    download phpsasl <http://en.static.phpclasses.org/browse/package/1888.html>
    (you need to register)

    cd ./PrintIPP/HTTP # this is IMPORTANT, as HTTP expends files in current directory

    tar zxvf /PATH/TO/http-XXXX-XX-XX.tar.gz

    cd ../SASL # this is IMPORTANT, as SASL expends files in current directory

    tar zxvf /PATH/TO/sasl-XXXX-XX-XX.tar.gz

