GLC is a tool for recording alsa and OpenGL, which is a command-line interface program (CLI).
Video
Glc-capture "Application Name"
Use Shift + F8 activation-start video/stop video
Specific reference to the official page of the original
Http://http://www.aliyun.com/zixun/aggregation/19527.html ">nullkey.ath.cx/projects/glc/wiki/howtocapture
Playback
Glc-play "FileName"
Playback recorded video--The default recording uses GLC to play
Http://nullkey.ath.cx/projects/glc/wiki/HowtoPlayback
Coding
Exporting common videos requires coding
Http://nullkey.ath.cx/projects/glc/wiki/HowtoEncode
Installation
sudo apt install build-essential cmake libx11-dev libxxf86vm-dev libgl1-mesa-dev libasound2-dev Libpng12-dev
And then
wget http://nullkey.ath.cx/glc/scripts/glc-build.sh
chmod a+x glc-build.sh
At last
./glc-build.sh
The third step of the installation step is to ask if you want to use the latest git version and choose Y
64bit system There are steps
sudo apt install gcc-multilib
sudo ln-s/usr/lib32/libgl.so.1/usr/lib32/libgl.so
sudo ln-s/usr/lib32/libasound.so.2/usr/lib32/libasound.so
sudo ln-s/usr/lib32/libxxf86vm.so.1/usr/lib32/libxxf86vm.so
sudo ln-s/usr/lib32/libx11.so.6/usr/lib32/libx11.so
sudo ln-s/usr/lib32/libpng12.so.0/usr/lib32/libpng.so