mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-05-13 23:32:59 +00:00
updated README
This commit is contained in:
parent
213a70eee0
commit
4b1e034c63
27
README
Normal file
27
README
Normal file
@ -0,0 +1,27 @@
|
||||
About:
|
||||
|
||||
ptouch is a command line tool to print labels on Brother P-Touch
|
||||
printers on Linux.
|
||||
|
||||
There is no need to install the printer via CUPS, the printer is accessed
|
||||
directly via libusb.
|
||||
|
||||
The tool was written for and tested with the PT-2430PC, but it should also
|
||||
work with the PT-1230PC (untested so far).
|
||||
Maybe others work too (please report USB VID and PID so I can include support
|
||||
for further models, too).
|
||||
|
||||
Further info can be found at:
|
||||
https://mockmoon-cybernetics.ch/computer/p-touch2430pc/
|
||||
|
||||
Compile instructions:
|
||||
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
||||
Note:
|
||||
|
||||
Dear visitor, currently I have absolutely no time for improvements on this
|
||||
project (my free time currently is about one or two hours PER MONTH).
|
||||
Therefore, I can not look at suggestions about improvements.
|
15
README.md
15
README.md
@ -1,15 +0,0 @@
|
||||
# About
|
||||
|
||||
ptouch is a command line tool to print labels on Brother P-Touch
|
||||
printers on Linux.
|
||||
|
||||
There is no need to install the printer via CUPS, the printer is accessed
|
||||
directly via libusb.
|
||||
|
||||
The tool was written for and tested with the PT-2430PC, but it should also
|
||||
work with the PT-1230PC (untested so far).
|
||||
Maybe others work too (please report USB VID and PID so I can include support
|
||||
for further models, too).
|
||||
|
||||
Further info can be found at:
|
||||
https://mockmoon-cybernetics.ch/computer/p-touch2430pc/
|
Loading…
Reference in New Issue
Block a user