680 bytes added
, 08:12, 5 June 2012
=Develop an Activity under Fedora 17=
Developing an activity under Fedora has never been so easy. Here are the most basic steps to get you started.
==Install Fedora 17==
Follow the instructions at the [http://fedoraproject.org/en/get-fedora Fedora page] and install Fedora or run it in virtualization.
==Install Sugar==
Now install Sugar:
yum groupinstall sugar-desktop
For running Sugar under GNOME you can use the 'sugar-emulator' install the package:
yum install sugar-emulator
==Start the sugar emulator==
You can start the Sugar emulator from the terminal, like:
sugar-emulator
Or you can run it from your launcher like any other application:
==Modify an Activity==