From 374b8542616ff9f671ea1f3e138d79adae227603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Mon, 9 Jan 2023 22:19:45 +0100 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1af6c6d..3bc0b96 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ You have multiple options: ### Requirements - Basic building tools +- An up-to-date system (I can't guarantee that it works on Debian or Ubuntu + 20/21) - CMake - Qt5 and QtWebEngine - **PipeWire** (it currently doesn't work with PulseAudio) @@ -57,7 +59,7 @@ You have multiple options: - _Kf5Notifications (optional, for better notifications)_ - _KXMLGui and KGlobalAccel (optional, for keybinds)_ -On Debian: +With apt: `apt install -y build-essential cmake qtbase5-dev qtwebengine5-dev libkf5notifications-dev libkf5xmlgui-dev libkf5globalaccel-dev pkg-config libpipewire-0.3-dev git` ### Building