This commit is contained in:
light
2018-03-15 10:57:15 +08:00
parent e51fe1e3f1
commit 70752a4e25
3 changed files with 43 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# install_on_raspberry
## env
- https://developers.hp.com/hp-linux-imaging-and-printing/install/manual/distros/other
``` bash
sudo apt insatll cups
sudo apt install libjpeg-dev
sudo apt install libcups2-dev
sudo apt install libusb-1.0-0-dev sane libsane-dev libdbus-1-dev
```