Update README.md
This commit is contained in:
parent
167fec94f9
commit
ea7e35380f
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -20,18 +20,20 @@ apt install libgtk-3-dev libjpeg-dev libusb-1.0-0-dev libcjson-dev
|
||||||
|
|
||||||
## building
|
## building
|
||||||
If you check out the code from git you first need to clone submodule cairo-jpeg:
|
If you check out the code from git you first need to clone submodule cairo-jpeg:
|
||||||
git submodule init
|
```
|
||||||
git submodule update
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
```
|
||||||
Makefile relies on pkg-config, if setup correctly simply running 'make'
|
Makefile relies on pkg-config, if setup correctly simply running 'make'
|
||||||
should build the application which can be run from the source directory,
|
should build the application which can be run from the source directory,
|
||||||
'make deb' builds a Debian package (to the parent directory)
|
'make deb' builds a Debian package (to the parent directory)
|
||||||
|
|
||||||
## libusb & udev
|
## libusb & udev
|
||||||
For access rights of the application to the USB device:
|
For access rights of the application to the USB device:
|
||||||
|
```
|
||||||
cp 77-flirone-lusb.rules /lib/udev/rules.d/
|
cp 77-flirone-lusb.rules /lib/udev/rules.d/
|
||||||
udevadm control --reload-rules
|
udevadm control --reload-rules
|
||||||
|
```
|
||||||
|
|
||||||
## Maintenance
|
## Maintenance
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue