From f67203f7a1e16c58db31e514dc2da0cc4b15c7f4 Mon Sep 17 00:00:00 2001 From: Mohamad Wildan Garviandi Date: Tue, 17 Feb 2026 19:02:32 +0000 Subject: [PATCH] Add setup section for ubuntu 24.04 lts --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e7db0f..a6f3556 100644 --- a/README.md +++ b/README.md @@ -155,13 +155,19 @@ Restart your computer, or reload udev rules with command: Install all dependencies on Debian systems with the following command: -`sudo apt git install python3 python3-distutils python3-gi python3-gi-cairo +`sudo apt install git python3 python3-distutils python3-gi python3-gi-cairo python3-pyudev python3-xdg python3-evdev gettext meson appstream-util desktop-file-utils python3-matplotlib python3-scipy` +Install and configure all dependencies on Ubuntu (24.04 LTS) systems with the following command: + +`sudo apt install python3-pyudev python3-evdev python3-matplotlib +python3-gi python3-gi-cairo girl1.2-gtk-3.0` +`sudo ln -s $(which appstreamcli) /usr/bin/appstream-util` + Install all dependencies on Fedora systems with the following command: -`sudo dnf git install python3 python3-distutils-extra python3-gobject +`sudo dnf install git python3 python3-distutils-extra python3-gobject python3-pyudev python3-pyxdg python3-evdev gettext meson appstream desktop-file-utils python3-matplotlib-gtk3 python3-scipy libappstream-glib`