Patreon Logo Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.
Title: Install glc on Fedora
Hamish 15 Nov 2011
glc is a program which can allow users to capture videos of games utilizing OpenGL acceleration. You can see some examples of it in use from Linux Game Cast:
[http://linuxgamecast.com/](http://linuxgamecast.com/)

After some trial and error, I managed to get it installed and working properly on a system running Fedora 16 by using the following commands. This assumes that you have RPM Fusion installed, if not you can enable it from here:
[http://rpmfusion.org/Configuration](http://rpmfusion.org/Configuration)

Remember: You must replace all instances of the word "user" with your account name.

[user@computer ~]$ su -
[root@computer ~]# echo 'user ALL=(ALL) ALL' >> /etc/sudoers
[root@computer ~]# yum install automake glibc-devel gcc git-all gcc-c++ mencoder lame ffmpeg
[root@computer ~]# yum groupinstall "Development Libraries" "X Software Development"
[root@computer ~]# su - user
[user@computer ~]$ cd Downloads
[user@computer Downloads]$ mkdir glc
[user@computer Downloads]$ cd glc
[user@computer glc]$ wget [https://github.com/nullkey/glc/raw/master/scripts/glc-build.sh](https://github.com/nullkey/glc/raw/master/scripts/glc-build.sh)
[user@computer glc]$ ./glc-build.sh
[user@computer build]$ su -
[root@computer ~]# cd /home/user/Downloads/glc/glc/build
[root@computer build]# make
[root@computer ~]# make install

When it comes to actually using glc to capture videos, I will refer you to this exellent article on the subject:
[http://www.dedoimedo.com/computers/glc.html](http://www.dedoimedo.com/computers/glc.html)

There is also plenty of documentation available from the glc website:
[https://github.com/nullkey/glc/wiki](https://github.com/nullkey/glc/wiki)
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon Logo Patreon. Plain Donations: PayPal Logo PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register