Merge #535: add udev dependency to TRY.md

4dcac426a941dd62b27d4df1379ef836e394a789 add udev dependency to TRY.md (pythcoiner)

Pull request description:

  i just found out that on ubuntu 22.04,  libudev-dev cannot be installed if udev is not installed first

ACKs for top commit:
  darosior:
    Thanks. utACK 4dcac426a941dd62b27d4df1379ef836e394a789.

Tree-SHA512: 916e00ba5679573692913272d9d827562c14742b7e4e5f08b8b3f4bbd88577b2361a5b74683d7865de4e279e26365a163edb8cbc13daef4485ae7d18065deb30
This commit is contained in:
Antoine Poinsot 2023-05-22 18:03:34 +02:00
commit 54ac3c7d49
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -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