forked from donis/php-ipp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL
42 lines (28 loc) · 809 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
###############
#
# ALL
#
#
SEE documentation/install.html
SHORT INSTRUCTIONS:
########
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