mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-16 20:28:51 +01:00
Created Compile and run devterm printer (markdown)
parent
8672090917
commit
93dd2f726a
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user