diff --git a/BUILDING_ON_LINUX.md b/BUILDING_ON_LINUX.md index 595d932bc37..8dda47081cd 100644 --- a/BUILDING_ON_LINUX.md +++ b/BUILDING_ON_LINUX.md @@ -17,13 +17,13 @@ The built binary should be exportable from the final image & able to run on your ### Debian 12 (bookworm) or later ```sh -sudo apt install qt6-base-dev qt6-5compat-dev qt6-svg-dev qt6-image-formats-plugins libboost1.81-dev libssl-dev cmake g++ git +sudo apt install libnotify qt6-base-dev qt6-5compat-dev qt6-svg-dev qt6-image-formats-plugins libboost1.81-dev libssl-dev cmake g++ git ``` ### Arch Linux ```sh -sudo pacman -S --needed qt6-base qt6-tools boost-libs openssl qt6-imageformats qt6-5compat qt6-svg boost rapidjson pkgconf openssl cmake +sudo pacman -S --needed libnotify qt6-base qt6-tools boost-libs openssl qt6-imageformats qt6-5compat qt6-svg boost rapidjson pkgconf openssl cmake ``` If you use Wayland, you will also need to ensure `qt6-wayland` is installed. @@ -35,13 +35,13 @@ Alternatively you can use the [chatterino2-git](https://aur.archlinux.org/packag _Most likely works the same for other Red Hat-like distros. Substitute `dnf` with `yum`._ ```sh -sudo dnf install qt6-qtbase-devel qt6-qtimageformats qt6-qtsvg-devel qt6-qt5compat-devel g++ git openssl-devel boost-devel cmake +sudo dnf install qt6-qtbase-devel libnotify qt6-qtimageformats qt6-qtsvg-devel qt6-qt5compat-devel g++ git openssl-devel boost-devel cmake ``` ### NixOS 18.09+ ```sh -nix-shell -p openssl boost qt6.full pkg-config cmake +nix-shell -p openssl boost qt6.full libnotify pkg-config cmake ``` ## Compile