Add meson build

This commit is contained in:
dec05eba
2024-08-05 04:24:59 +02:00
parent 2aa81b741c
commit f0bcf73ba3
10 changed files with 99 additions and 34 deletions

View File

@@ -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.
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.