diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-10-02 01:23:33 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-10-02 01:23:33 +0200 |
commit | e23caa8fbd177c422f404ee489bb7e1ad51d9755 (patch) | |
tree | f486372b07c53b365681db2d3336b6842b7dc0b8 | |
parent | b0e37733009fccc190604aa174e084f75fcf9904 (diff) |
Clearify depenedencies when using install script
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ All recording modes record in hevc (h265) in a mp4 format, except live streaming ## 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`: `gtk3 libx11 libxrandr libpulse`.\ +Dependencies needed when building using `build.sh` or `install.sh`: `gtk3 libx11 libxrandr libpulse`.\ Recording monitors requires a gpu with NvFBC support (note: this is not required when recording a single window!). Normally only tesla and quadro gpus support this, but by using [nvidia-patch](https://github.com/keylase/nvidia-patch) or [nvlax](https://github.com/illnyang/nvlax) you can do this on all gpus that support nvenc as well (gpus as old as the nvidia 600 series), provided you are not using outdated gpu drivers. ## Screenshots |