Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/How to run on sugar emulator
diff options
context:
space:
mode:
authorjared <jared@jared-virtual-machine.(none)>2013-04-30 21:19:08 (GMT)
committer jared <jared@jared-virtual-machine.(none)>2013-04-30 21:19:08 (GMT)
commitcfd389b5e799425c3a1376be27781491e1b83abc (patch)
treee1f83e73d6f2613e20d9787830f695556de70e58 /How to run on sugar emulator
parentc1c17076beca3aa52f4df075bb02c032e208b8d1 (diff)
Documentation for new hackers regarding sugar-emulator
Diffstat (limited to 'How to run on sugar emulator')
-rw-r--r--How to run on sugar emulator7
1 files changed, 7 insertions, 0 deletions
diff --git a/How to run on sugar emulator b/How to run on sugar emulator
new file mode 100644
index 0000000..51f3355
--- /dev/null
+++ b/How to run on sugar emulator
@@ -0,0 +1,7 @@
+Step 1) sudo apt-get install sugar-emulator.
+step 2) Download the activity (Example terminal activity: http://activities.sugarlabs.org/es-ES/sugar/downloads/file/26561/terminal-31.xo)
+step 3) (in terminal type the following) sugar-install-bundle bundle.xo
+step 4) To load your activity type the following in terminal
+ - sugar-emulator Activities/ activityName.activity/
+
+