aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Kavon <me+git@alexkavon.com>2026-03-16 02:53:20 -0400
committerAlexander Kavon <me+git@alexkavon.com>2026-03-16 02:53:20 -0400
commiteba614a16317383f38454b07492e57d71b7c8d52 (patch)
treebefde2413006db37dfae5f986f6f0a8d90e4e95f /README.md
parentd15d00385fdeca7424125dd2fa939d132155d440 (diff)
requirements in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 438fb05..3b1b67d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,17 @@
# NUKE2
A UI Demo using Nuklear + SDL3 + SDL3-Image + LibUVC to display a webcam. It works mid.
-# Compile
+## Requirements
+
+- nuklear.h
+- sdl3.h
+- sdl3_image.h
+- libuvc.h
+
+## Compile
`make`
-# Run
+## Run
`sudo bin/demo`