add libpcaudio dependency name for Arch/Manjaro

This commit is contained in:
Chris Blom 2022-08-29 11:03:54 +02:00 committed by GitHub
parent 61ac5df1f2
commit 0e977851fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ Demo video [in this tweet](https://twitter.com/bert_hu_bert/status/1561466204602
You need a C++ compiler like `gcc-c++` and CMake for compiling the binary. You need a C++ compiler like `gcc-c++` and CMake for compiling the binary.
You also need to install `libpcaudio` (`libpcaudio-dev` on Debian/Ubuntu, `pcaudiolib-devel` on Fedora/Red Hat). You also need to install `libpcaudio` (`libpcaudio-dev` on Debian/Ubuntu, `pcaudiolib-devel` on Fedora/Red Hat, `pcaudiolib` on Arch/Manjaro).
Then run: Then run: