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 ## 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 init
git submodule update 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