X-Git-Url: https://git.sur5r.net/?p=ptouch-print;a=blobdiff_plain;f=README;h=b46803a7d390f6ed2732e6459d6be3da2b12da7a;hp=42061c01a1c70097d1e4579f29a5adf40abdec95;hb=HEAD;hpb=7eef6ff26bc0d881b0d8900c3b0c32ac2063594f diff --git a/README b/README deleted file mode 120000 index 42061c0..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -README.md \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..b46803a --- /dev/null +++ b/README @@ -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: + +autoreconf -i +./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.