Update README.md

This commit is contained in:
Nicole Faerber 2025-06-16 15:52:25 +02:00
parent 167fec94f9
commit ea7e35380f

View file

@ -20,18 +20,20 @@ apt install libgtk-3-dev libjpeg-dev libusb-1.0-0-dev libcjson-dev
## building
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'
should build the application which can be run from the source directory,
'make deb' builds a Debian package (to the parent directory)
## libusb & udev
For access rights of the application to the USB device:
cp 77-flirone-lusb.rules /lib/udev/rules.d/
udevadm control --reload-rules
```
cp 77-flirone-lusb.rules /lib/udev/rules.d/
udevadm control --reload-rules
```
## Maintenance