aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`