Guest User

Untitled

a guest
Jan 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. sudo apt-get install autopoint libusb-1.0-0-dev libgd-dev
  2.  
  3. sudo apt-get install git-all
  4. sudo git clone https://mockmoon-cybernetics.ch/cgi/cgit/ptouch-print.git
  5.  
  6. cd ptouch-print/
  7. sudo apt install autoconf
  8. autoreconf -i
  9. sudo ./autogen.sh
  10. ./configure --prefix=/usr
  11. sudo make install
  12. ./install.sh
  13.  
  14. sudo ./ptouch-print --font "Comic Sans MS:bold" --text "ABCD"
  15.  
  16. sudo ./ptouch-print --font "Comic Sans MS:bold" --text "AB" "CD"
  17.  
  18. sudo ./ptouch-print --font "Comic Sans MS:bold" --text "A" "B" "CD"
  19.  
  20. sudo ./ptouch-print --font "Comic Sans MS:bold" --text "A" "B" "C" "D"
  21.  
  22. sudo ./ptouch-print --image backspacelogo.png
  23.  
  24. ./ptouch-print --help
  25.  
  26. --fontsize "120"
  27.  
  28. --fontsize "60"
  29.  
  30. --fontsize "38"
  31.  
  32. --fontsize "30"
Add Comment
Please, Sign In to add comment