aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-05 04:24:59 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-05 04:24:59 +0200
commitf0bcf73ba3d51513e20423fe2f72d93c73efc19a (patch)
tree29d2d715c4ef57979c1d44d9e8716f8929c6b698 /README.md
parent2aa81b741c0097652de0b988ed4d5e071b14501c (diff)
Add meson build
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index af4c7bc..cf3328c 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
# GPU Screen Recorder Overlay
-A fullscreen overlay UI for [GPU Screen Recorder](https://git.dec05eba.com/gpu-screen-recorder/about/), in the style of NVIDIA ShadowPlay. \ No newline at end of file
+A fullscreen overlay UI for [GPU Screen Recorder](https://git.dec05eba.com/gpu-screen-recorder/about/), in the style of NVIDIA ShadowPlay.
+
+# Dependencies
+x11, xrandr, xrender, xfixes, opengl
+
+# Installation
+Run `sudo ./install.sh`. This will install gsr-overlay to `/usr/bin/gsr-overlay`. You can run meson commands manually to install gsr-overlay to another directory. \ No newline at end of file