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.
This commit is contained in:
Jeena 2026-09-15 09:09:59 +09:00
parent f35c745580
commit 3bc4156668

View file

@ -109,11 +109,11 @@ You also need to install all the dependencies:
- fcitx5-hangul - fcitx5-hangul
- pipewire-alsa (whisrs captures audio via raw ALSA; without it the default - 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) PCM is the headset-jack mic, which is silent when nothing is plugged in)
- vulkan-intel and vulkan-icd-loader (already standard on systems - a Vulkan driver for your GPU (vulkan-intel + vulkan-icd-loader on Arch)
with Intel graphics set up for Vulkan) - whisrs (hold-to-talk voice dictation on the Copilot key; on Arch install
- whisrs-git (AUR; hold-to-talk voice dictation on the Copilot key. The stock whisrs-git from the AUR). Rebuild it locally with -march=native and the
AUR build is too slow for dictation: rebuild locally with -march=native and vulkan cargo feature, otherwise decoding is too slow; on this machine the
the vulkan cargo feature, see ~/Projects/whisrs-local-build) rebuild tooling lives in ~/Projects/whisrs-local-build
There are probably more, I will update the list next time I'm There are probably more, I will update the list next time I'm
installing it on a new computer. installing it on a new computer.