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:
parent
ea7e35380f
commit
598a737d58
2 changed files with 3 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# FLIR-GTK
|
||||
|
||||

|
||||
|
||||
GTK+ application for FLIR ONE USB thermal camera based on flir-v4l:
|
||||
> Copyright (C) 2015-2016 Thomas <tomas123 @ EEVblog Electronics Community Forum>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue