Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kriptonium/4f05c704e76c2a451d7a3fcc18c963b8 to your computer and use it in GitHub Desktop.
Save Kriptonium/4f05c704e76c2a451d7a3fcc18c963b8 to your computer and use it in GitHub Desktop.
Compile and install Fedora SimpleScreenRecorder (SSR), a screen recorder for Linux
It's all done through Maarten Baert's github link:
https://github.com/MaartenBaert/ssr
Here are the steps needed so you don't have to struggle figuring them out:
As user with root privileges: (AKA root or sudo)
dnf install ffmpeg-devel qt4-devel alsa-lib-devel pulseaudio-libs-devel jack-audio-connection-kit-devel gcc make gcc-c++ glibc-devel.i686 libgcc.i686 libX11-devel libX11-devel.i686 libXext-devel libXext-devel.i686 libXfixes-devel libXfixes-devel.i686 mesa-libGL-devel mesa-libGL-devel.i686 mesa-libGLU-devel mesa-libGLU-devel.i686 libXext-devel.x86_64 libX11-devel.x86_64 libXfixes-devel.x86_64 mesa-libGLU-devel.x86_64
As user (not as root if you're using root) (this user must be in the sudo group):
wget https://github.com/MaartenBaert/ssr/archive/master.tar.gz
tar -xzvf master.tar.gz
bash ./ssr-master/simple-build-and-install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment