Created
June 11, 2013 08:06
-
-
Save tamboer/5755188 to your computer and use it in GitHub Desktop.
install simple screen recorder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder | |
| sudo apt-get update | |
| sudo apt-get install simplescreenrecorder | |
| # if you want to record 32-bit OpenGL applications on a 64-bit system: | |
| sudo apt-get install simplescreenrecorder-lib:i386 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment