diff options
author | pommicket <pommicket@gmail.com> | 2025-02-20 11:16:17 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-20 11:16:17 -0500 |
commit | ac07499111c726c34bf2b9eab3d348e2fc591b63 (patch) | |
tree | 031c9ad2fb4edd96e626038a84c66ca71c213fe3 /README.md | |
parent | e19574ce7766cd754b42808c36cc88fd0f510033 (diff) |
switch to libjpeg
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |