Update doc/TRY.md

Co-authored-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
Kevin Loaec 2022-12-14 15:28:15 -01:00 committed by GitHub
parent f6e1437695
commit 7ae4992d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,10 +19,11 @@ TODO: adapt the guide to Windows and MacOS.
Here is a list of the system dependencies: the tools and libraries you need to have installed on
your system to follow the guide.
> TL;DR dependencies (details below):
> - Arch Linux: check if you have all the required packages: `pacman -Q coreutils tar git sdl2 curl gnupg fontconfig systemd-libs`
> If any is listed as "was not found", get it with `pacman -Sy [missing package name]`
> - Debian/Ubuntu: `apt install git libsdl2-dev curl gpg libfontconfig1-dev libudev-dev`
TL-DR:
- Debian/Ubuntu: `apt install git libsdl2-dev curl gpg libfontconfig1-dev libudev-dev`
- Arch Linux: check if you have all the required packages: `pacman -Q coreutils tar git sdl2 curl gnupg fontconfig systemd-libs`.
If any is listed as "was not found", get it with `pacman -Sy [missing package name]`
- Other distribution: see the link to projects below to search for the name of your distribution's packages.
We'll use basic tools which should already be present on your system, such as:
- `shasum`