summaryrefslogtreecommitdiff
path: root/README.md
blob: e854f8ac6495d37ecebc36d279c20e4c2d2db74b (plain)
1
2
3
4
5
6
7
8
9
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, 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 libjpeg-dev
```