Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--How to run on sugar emulator7
-rw-r--r--README8
2 files changed, 14 insertions, 1 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/
+
+
diff --git a/README b/README
index 8d1c61a..f066e23 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Overview
TamTam is a suite of four music and sound related activities for Sugar.
TamTam is written in python with some C functions for speed-critical services.
The audio engine for TamTam is Csound.
-
+Note: The TamTam suite is being ported to the new OLPCs and there are issues with gtk3
Distribution
============
@@ -14,5 +14,11 @@ DESTDIR prefix.
Resources
=========
+
http://wiki.sugarlabs.org/go/Activities/TamTam
http://git.sugarlabs.org/tamtam/
+Latest version of jam as of 4/30/2013: http://activities.sugarlabs.org/es-ES/sugar/downloads/file/27262/tamtamjam-56.xo
+IRC: #tam_tam on Freenode network.
+Mailing list: http://lists.laptop.org/listinfo/localization
+
+===========