Merge pull request #2 from silverark/patch-1

Added build for Ubuntu/Debian systems
This commit is contained in:
K.Cima 2019-05-29 16:17:25 +09:00 committed by GitHub
commit f31ae039b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,13 @@ $ make
... ...
# cp pcsensor /usr/local/bin/ # cp pcsensor /usr/local/bin/
``` ```
## Ubuntu 16 & 18 / Debian
```
# sudo apt install libgusb-dev gcc
# make
...
# cp pcsensor /usr/local/bin/
```
# Usage # Usage
``` ```