1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-05-13 15:22:56 +00:00
Go to file
2020-01-13 22:00:27 +01:00
build-aux fix several compile warnings 2019-04-08 21:56:55 +02:00
cmake trying to add support for generating version info from git (does not work yet) 2020-01-13 22:00:27 +01:00
include part 1 of preparing support for high-dpi devices 2019-12-17 21:11:17 +01:00
po updated readme 2017-11-11 15:11:57 +01:00
src fix naming and try to fix compile errors related to config.h (generated by autotools) 2020-01-13 21:26:48 +01:00
.gitignore fix support for printers that use packbits transfer mode, like PT-D450PV 2019-03-17 11:36:04 +01:00
AUTHORS updated eMail of author 2017-06-18 11:01:25 +02:00
autogen.sh fix support for printers that use packbits transfer mode, like PT-D450PV 2019-03-17 11:36:04 +01:00
ChangeLog Initial commit 2015-12-29 14:11:00 +01:00
CMakeLists.txt trying to add support for generating version info from git (does not work yet) 2020-01-13 22:00:27 +01:00
configure.ac Improved hint on debian based systems when libusb or libgd headers are missing 2019-12-29 12:57:00 +01:00
COPYING Initial commit 2015-12-29 14:11:00 +01:00
Makefile.am fix several compile warnings 2019-04-08 21:56:55 +02:00
NEWS Initial commit 2015-12-29 14:11:00 +01:00
README updated README 2019-03-17 20:02:53 +01:00

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.