Add line to Makefile to also actiate the udev rules after 'make install',

update README to show the demoe image
This commit is contained in:
Nicole Faerber 2025-06-16 16:05:59 +02:00
parent ea7e35380f
commit 598a737d58
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,7 @@ install:
install -D flirgtk.desktop $(DESTDIR)$(prefix)/share/applications/flirgtk.desktop
install -D flirgtk.png $(DESTDIR)$(prefix)/share/icons/hicolor/256x256/apps/flirgtk.png
install -D 77-flirone-lusb.rules $(DESTDIR)/lib/udev/rules.d/77-flirone-lusb.rules
udevadm control --reload-rules
clean:
rm -f $(PRG) $(OBJ)

View file

@ -1,5 +1,7 @@
# FLIR-GTK
![FLIR GTK](./flirgtk.png)
GTK+ application for FLIR ONE USB thermal camera based on flir-v4l:
> Copyright (C) 2015-2016 Thomas <tomas123 @ EEVblog Electronics Community Forum>