From 339af2ffd2330c670db496b8832198636938d92f Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Tue, 17 Oct 2023 21:55:33 +0100 Subject: add dependecies for Fedora/CentOS --- desktop/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/README.md b/desktop/README.md index b950fec4..e4a06910 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -27,7 +27,9 @@ poetry install ### Get Tor -**Linux users:** You may need the `libxcb-xinerama0` and `libxcb-cursor0` packages installed. +**Linux users:** +- On Debian/Debian-based distributions you may need the `libxcb-xinerama0` and `libxcb-cursor0` packages installed. +- On Fedora/CentOS you may need the `libxcb-1.13.1-11.fc38.x86_64` and `xcb-util-0.4.1-2.fc38.x86_64` packages installed. **Windows users:** - Download and install 7-Zip (x64) from https://7-zip.org/download.html. [Add](https://medium.com/@kevinmarkvi/how-to-add-executables-togit fethc-your-path-in-windows-5ffa4ce61a53) `C:\Program Files\7-Zip` to your path. -- cgit v1.2.3-54-g00ecf From d1bc7eea5a82621aef66f372dcb02e452d4b656d Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Wed, 18 Oct 2023 08:15:47 +0100 Subject: remove specific package version --- desktop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/README.md b/desktop/README.md index e4a06910..5814f08f 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -29,7 +29,7 @@ poetry install **Linux users:** - On Debian/Debian-based distributions you may need the `libxcb-xinerama0` and `libxcb-cursor0` packages installed. -- On Fedora/CentOS you may need the `libxcb-1.13.1-11.fc38.x86_64` and `xcb-util-0.4.1-2.fc38.x86_64` packages installed. +- On Fedora/CentOS you may need the `libxcb-*` and `xcb-util-*` packages installed. **Windows users:** - Download and install 7-Zip (x64) from https://7-zip.org/download.html. [Add](https://medium.com/@kevinmarkvi/how-to-add-executables-togit fethc-your-path-in-windows-5ffa4ce61a53) `C:\Program Files\7-Zip` to your path. -- cgit v1.2.3-54-g00ecf