From 849700a4499ae0c77b7c87c2d022fb18b0daf4f9 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 26 Feb 2025 14:37:44 -0500 Subject: ogg vp8! --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4a6e4c7..7dbe4cd 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,6 @@ If you want automatic updates, you can also sudo apt install camlet ``` -Unfortunately this will probably only work on Debian stable because ffmpeg likes to break -their libraries every few months by changing the .so version. - If you are on a non-Debian-based Linux distribution, you will have to build from source (see instructions below). @@ -38,12 +35,12 @@ distribution, you will have to build from source (see instructions below). ## 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), ogg, vorbis, theora, 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 libvorbis-dev libogg-dev libvpx-dev ``` You can build the debug version of camlet with `make` (outputs `camlet.debug`), the release -- cgit v1.2.3