Changeset 3472 for pykota/trunk
- Timestamp:
- 01/12/09 23:48:56 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/installation.sgml
r3413 r3472 700 700 <listitem> 701 701 <para> 702 <application>Python</application> version 2. 3or higher.702 <application>Python</application> version 2.4 or higher. 703 703 You can download it from <ulink url="http://www.python.org">http://www.python.org</ulink>. 704 704 While <application>PyKota</application> itself will try to preserve compatibility 705 with <application>Python</application> version 2. 3for the near future, some <application>Python</application>705 with <application>Python</application> version 2.4 for the near future, some <application>Python</application> 706 706 modules which are needed by <application>PyKota</application> may require a more recent version 707 707 of this language. … … 810 810 You can download this software from <ulink url="http://www.sourceforge.net/projects/net-snmp/">http://www.sourceforge.net/projects/net-snmp/</ulink>. 811 811 You only need this if PyKota's internal SNMP accounting code doesn't work for your SNMP-aware 812 printers. 812 printers. In 99% of the cases, you won't need to install this. 813 813 </para> 814 814 </listitem> … … 818 818 the <command>pap</command> command. 819 819 You can download this software from <ulink url="http://netatalk.sourceforge.net/">http://netatalk.sourceforge.net/</ulink>. 820 You only need this if you plan to query your printers for their internal page counter via AppleTalk. 820 You only need this if you plan to query your printers for 821 their internal page counter via AppleTalk. 822 In 99% of the cases, you won't need to install this. 821 823 </para> 822 824 </listitem> … … 832 834 You can download it from <ulink url="http://psyco.sourceforge.net">http://psyco.sourceforge.net</ulink>. 833 835 You only need this if you run on the <literal>x86</literal> architecture because 834 <application>Psyco</application> doesn't yet exist on other architectures. 836 <application>Psyco</application> doesn't yet exist on 837 other architectures. 838 Feel free to install this or not. It might speedup the 839 parsing of some print jobs by <appname>PyKota</appname>. 835 840 </para> 836 841 </listitem> … … 1084 1089 1085 1090 <para> 1091 As an alternative you can simply copy it : 1092 <screen> 1093 $ cp /usr/share/pykota/cupspykota /usr/lib/cups/backend 1094 </screen> 1095 </para> 1096 1097 <para> 1086 1098 If you use CUPS v1.2 or higher, you must 1087 also type the following command to allow the <command>cupspykota</command>1099 also type the following commands to allow the <command>cupspykota</command> 1088 1100 backend to correctly support other backends which must be run 1089 1101 as the root user (e.g. the <command>lpd</command> backend) : 1090 1102 <screen> 1103 $ chown root.root /usr/share/pykota/cupspykota 1091 1104 $ chmod 700 /usr/share/pykota/cupspykota 1105 </screen> 1106 </para> 1107 1108 <para> 1109 As an alternative, if you've copied the backend instead of 1110 having created a symbolic link : 1111 <screen> 1112 $ chown root.root /usr/lib/cups/backend/cupspykota 1113 $ chmod 700 /usr/lib/cups/backend/cupspykota 1092 1114 </screen> 1093 1115 </para>