mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-30 16:52:47 +02:00
Created Compile and run devterm printer (markdown)
15
Compile-and-run-devterm-printer.md
Normal file
15
Compile-and-run-devterm-printer.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# a06 a04
|
||||||
|
```
|
||||||
|
git clone https://github.com/clockworkpi/DevTerm.git
|
||||||
|
sudo systemctl stop devterm-socat devterm-printer
|
||||||
|
|
||||||
|
sudo apt remove devterm-wiringpi-cpi
|
||||||
|
|
||||||
|
cd DevTerm/Code/devterm_wiringpi_cpi/
|
||||||
|
|
||||||
|
sudo ./build
|
||||||
|
cd ~/DevTerm/Code/thermal_printer/
|
||||||
|
sudo apt install -y libfreetype-dev
|
||||||
|
make
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user