diff options
author | pommicket <pommicket@gmail.com> | 2025-02-26 14:37:44 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-26 19:07:21 -0500 |
commit | 849700a4499ae0c77b7c87c2d022fb18b0daf4f9 (patch) | |
tree | 1ad7dbe2d4a50a8853193091560a2d93832e224c /README.md | |
parent | b263baec1d18376f81c20b76220e329af5e2f0df (diff) |
ogg vp8!
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |