From ea7e35380f6c6bb0872bfc5389ac8c76402b3c5a Mon Sep 17 00:00:00 2001 From: nica Date: Mon, 16 Jun 2025 15:52:25 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c18a94f..0dde15c 100644 --- a/README.md +++ b/README.md @@ -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