From 3bc4156668d327c410dc0b6a648112d6b867ab10 Mon Sep 17 00:00:00 2001 From: Jeena Date: Tue, 15 Sep 2026 09:09:59 +0900 Subject: [PATCH] docs: keep whisrs dependency entries distro-neutral The rest of the list does not assume a distro, so the AUR mention and the Arch package names for the Vulkan driver should not either. State what is needed and give the Arch names as a parenthetical. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e40efd1..272d254 100644 --- a/README.md +++ b/README.md @@ -109,11 +109,11 @@ You also need to install all the dependencies: - fcitx5-hangul - pipewire-alsa (whisrs captures audio via raw ALSA; without it the default PCM is the headset-jack mic, which is silent when nothing is plugged in) -- vulkan-intel and vulkan-icd-loader (already standard on systems - with Intel graphics set up for Vulkan) -- whisrs-git (AUR; hold-to-talk voice dictation on the Copilot key. The stock - AUR build is too slow for dictation: rebuild locally with -march=native and - the vulkan cargo feature, see ~/Projects/whisrs-local-build) +- a Vulkan driver for your GPU (vulkan-intel + vulkan-icd-loader on Arch) +- whisrs (hold-to-talk voice dictation on the Copilot key; on Arch install + whisrs-git from the AUR). Rebuild it locally with -march=native and the + vulkan cargo feature, otherwise decoding is too slow; on this machine the + rebuild tooling lives in ~/Projects/whisrs-local-build There are probably more, I will update the list next time I'm installing it on a new computer.