kumquat-buildroot/package/uuu
Dario Binacchi f414afe53d package/uuu: bump to version 1.4.224
It requires the host-zstd package.

The hash of README.md changed due to changes unrelated to the license
terms:

-- `sudo apt-get install libusb-1.0-0-dev libbz2-dev pkg-config cmake libssl-dev g++`
+- `sudo apt-get install libusb-1.0-0-dev libbz2-dev libzstd-dev pkg-config cmake libssl-dev g++`

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-07-06 08:51:18 +02:00
..
Config.in.host
readme.txt
uuu.hash package/uuu: bump to version 1.4.224 2022-07-06 08:51:18 +02:00
uuu.mk package/uuu: bump to version 1.4.224 2022-07-06 08:51:18 +02:00

uuu Howto
=========

Running uuu without root privileges
-----------------------------------

Accessing USB devices on Linux requires root privileges by default.
To be able to run uuu without root priviles, execute the following
steps:

  sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules"
  sudo udevadm control --reload