How to make screencasts on Sugar: Difference between revisions
| Line 1: | Line 1: | ||
==steps== | ==steps== | ||
# Get Sugar installed and internet connection working | |||
# Go to terminal (can be found in list of activities) | |||
# Go to root by typing | |||
<code>su</code> | <code>su</code> | ||
#Type: | |||
<code>yum update</code> | <code>yum update</code> | ||
#Wait a bit to pull down changes. Keep in mind the size of your drive. Mine is 4Gigs so plenty of room... | |||
#Accept changes is up to you. | |||
#Type: | |||
<code>yum install recordmydesktop</code> | <code>yum install recordmydesktop</code> | ||
Don't use this one unless you are comfortable with the command line.) | |||
or | or | ||
<code>yum install gtk-recordmydesktop</code> | <code>yum install gtk-recordmydesktop</code> | ||