summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-20 11:16:17 -0500
committerpommicket <pommicket@gmail.com>2025-02-20 11:16:17 -0500
commitac07499111c726c34bf2b9eab3d348e2fc591b63 (patch)
tree031c9ad2fb4edd96e626038a84c66ca71c213fe3 /README.md
parente19574ce7766cd754b42808c36cc88fd0f510033 (diff)
switch to libjpeg
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 d6d188a..e854f8a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# Building from source
camlet requires meson-build, a C compiler, and the development libraries
-for SDL2, SDL2\_ttf, GL (headers only), v4l2, udev, sodium, and fontconfig.
+for SDL2, SDL2\_ttf, GL (headers only), v4l2, udev, sodium, jpeglib (from IJG), 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
+sudo apt install clang meson libv4l-dev libudev-dev libsodium-dev libfontconfig-dev libgl-dev libsdl2-dev libsdl2-ttf-dev libjpeg-dev
```