diff options
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 |