From b3382fdd89968a348297f351bb56db85c16833a2 Mon Sep 17 00:00:00 2001 From: killertofus Date: Sun, 25 Jan 2026 04:08:59 -0700 Subject: [PATCH] added gentoo/suse build deps (#6718) Reviewed-by: Rasmus Karlsson --- BUILDING_ON_LINUX.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/BUILDING_ON_LINUX.md b/BUILDING_ON_LINUX.md index e8acf3f5..80a2fa88 100644 --- a/BUILDING_ON_LINUX.md +++ b/BUILDING_ON_LINUX.md @@ -30,6 +30,18 @@ If you use Wayland, you will also need to ensure `qt6-wayland` is installed. Alternatively you can use the [chatterino2-git](https://aur.archlinux.org/packages/chatterino2-git/) package to build and install Chatterino for you. +### openSUSE + +```sh +sudo zypper install cmake pkgconf boost-devel libboost_json1_89_0-devel desktop-file-utils libappstream-glib8 hunspell ninja doxygen qt6-tools-devel +``` + +### Gentoo Linux + +```sh +doas emerge dev-libs/openssl dev-qt/qt5compat dev-qt/qtbase dev-qt/qtsvg dev-qt/qtimageformats x11-libs/libnotify dev-libs/qtkeychain dev-libs/boost dev-build/cmake app-text/hunspell +``` + ### Fedora 39 and above _Most likely works the same for other Red Hat-like distros. Substitute `dnf` with `yum`._