From 4dcac426a941dd62b27d4df1379ef836e394a789 Mon Sep 17 00:00:00 2001 From: pythcoiner Date: Sat, 20 May 2023 23:59:14 +0200 Subject: [PATCH] add udev dependency to TRY.md --- doc/TRY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TRY.md b/doc/TRY.md index 9bf3a053..b6f72cd2 100644 --- a/doc/TRY.md +++ b/doc/TRY.md @@ -21,7 +21,7 @@ Here is a list of the system dependencies: the tools and libraries you need to h your system to follow the guide if you are running Linux. TL;DR: -- Debian/Ubuntu: `apt install curl gpg libfontconfig1-dev libudev-dev` +- Debian/Ubuntu: `apt install curl gpg udev libfontconfig1-dev libudev-dev` - Arch Linux: check if you have all the required packages: `pacman -Q coreutils tar curl gnupg fontconfig systemd-libs`. If any is listed as "was not found", get it with `pacman -S [missing package name]` - Other distribution: see the link to projects below to search for the name of your distribution's packages. @@ -36,7 +36,7 @@ To download and verify binaries you will also need: To run the GUI you will need some additional libraries: - [`fontconfig`](https://www.freedesktop.org/wiki/Software/fontconfig/) (On Debian/Ubuntu `apt install libfontconfig1-dev`) -- [Libudev](https://www.freedesktop.org/software/systemd/man/libudev.html) (On Debian/Ubuntu `apt install libudev-dev`) +- [Libudev](https://www.freedesktop.org/software/systemd/man/libudev.html) (On Debian/Ubuntu `apt install udev libudev-dev`) ### Throwaway folder