aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-03-21 22:37:30 +0100
committerdec05eba <dec05eba@protonmail.com>2023-03-21 22:37:30 +0100
commite745e9ae0bd422c9a4249884d37e26612e03762e (patch)
tree57bc5de67bb77ec14fc7b6787355b236797b29ee /README.md
parent9afaf6e037d13e5375aae774e6666ceb7d75a8f1 (diff)
Show error if cuda/nvenc is not installed
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26d050b..fc5b4cd 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ NVIDIA driver has a "feature" (read: bug) where it will downclock memory transfe
## Installation
This program depends on [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/) which needs to be installed first.\
Run `./install.sh` as root or if you are running Arch Linux, then you can find gpu screen recorder gtk on aur under the name gpu-screen-recorder-gtk-git (`yay -S gpu-screen-recorder-gtk-git`).\
-Dependencies needed when building using `build.sh` or `install.sh`: `gtk3 libx11 libxrandr libpulse libglvnd (which provides libgl and libegl)`.\
+Dependencies needed when building using `build.sh` or `install.sh`: `gtk3 libx11 libxrandr libpulse`.\
You can also install gpu screen recorder (the gtk gui version) from [flathub](https://flathub.org/apps/details/com.dec05eba.gpu_screen_recorder). This flatpak includes gpu-screen-recorder so no need to install that first.\
Note that if you use the flatpak version then you wont be able to use overclocking unless you set "Coolbits" NVIDIA X setting. See https://git.dec05eba.com/gpu-screen-recorder/about/ for more information and how to overcome this.