summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-23 15:09:08 -0500
committerpommicket <pommicket@gmail.com>2025-02-25 15:16:08 -0500
commit4db599607e0d25a8da7f47d84f557b702f7e2f6a (patch)
treedf4577930448b43ac4ee17bbf0c4fc20238abe7d /README.md
parent27b5aa8289330bc7b9f3499bf98a84f0127f4899 (diff)
pulse simple API
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 11d237a..de93934 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ It features
# Building from source
camlet requires meson-build, a C compiler, and the development libraries
-for SDL2, SDL2\_ttf, GL (headers only), v4l2, udev, sodium, jpeglib (from IJG), avcodec, avformat, and fontconfig.
+for SDL2, SDL2\_ttf, GL (headers only), v4l2, udev, sodium, jpeglib (from IJG), avcodec, avformat, pulseaudio, and fontconfig.
These can all be installed on Debian/Ubuntu with
```sh
-sudo apt install clang meson libv4l-dev libudev-dev libsodium-dev libfontconfig-dev libgl-dev libsdl2-dev libsdl2-ttf-dev libjpeg-dev libavcodec-dev libavformat-dev
+sudo apt install clang meson libv4l-dev libudev-dev libsodium-dev libfontconfig-dev libgl-dev libsdl2-dev libsdl2-ttf-dev libjpeg-dev libpulse-dev libavcodec-dev libavformat-dev
```