Added build for Ubuntu/Debian systems

This commit is contained in:
Matthew Nelson - Silverark 2019-05-07 09:45:16 +01:00 committed by GitHub
parent 7c335932cf
commit cbdd5b6b92
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
``` ```