summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-19 18:22:56 -0500
committerpommicket <pommicket@gmail.com>2025-02-19 18:22:56 -0500
commita0730cadc4359e44303f13bc45056c9133ec8bd2 (patch)
tree0eee77b56d8cbd2adf024f973d66a6a32ad511dc /README.md
parentccb3ec86fc8cbfaa2e13c16e3c9952293670d564 (diff)
help menu, show fps
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d6d188a
--- /dev/null
+++ b/README.md
@@ -0,0 +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.
+
+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
+```