]> git.sur5r.net Git - ptouch-print/blob - README
cleanup unneeded stuff
[ptouch-print] / README
1 About:
2
3 ptouch is a command line tool to print labels on Brother P-Touch
4 printers on Linux.
5
6 There is no need to install the printer via CUPS, the printer is accessed
7 directly via libusb.
8
9 The tool was written for and tested with the PT-2430PC, but it should also
10 work with the PT-1230PC (untested so far).
11 Maybe others work too (please report USB VID and PID so I can include support
12 for further models, too).
13
14 Further info can be found at:
15 https://mockmoon-cybernetics.ch/computer/p-touch2430pc/
16
17 Compile instructions:
18
19 autoreconf -i
20 ./configure --prefix=/usr
21 make
22
23 Note:
24
25 Dear visitor, currently I have absolutely no time for improvements on this
26 project (my free time currently is about one or two hours PER MONTH).
27 Therefore, I can not look at suggestions about improvements.