Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJulio Reyes <nemesiscodex@gmail.com>2013-07-05 14:13:11 (GMT)
committer Julio Reyes <nemesiscodex@gmail.com>2013-07-05 14:13:11 (GMT)
commitb6db5b8af0af7ebfdd44cb53b09d63b819989338 (patch)
treeca439018bfa1c34c97bdaed4ec0f20bc36bd678f /README
Initial CommitHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README44
1 files changed, 44 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..1f89810
--- /dev/null
+++ b/README
@@ -0,0 +1,44 @@
+Building
+========
+
+For details see: http://wiki.sugarlabs.org/go/Development_Team/Jhbuild
+
+Sugar-jhbuild will automatically download the latest of Sugar's
+dependencies as well as Sugar itself directly from their source
+repositories, rather than relying on source packages that may have
+become stale. These are generic instructions on how to use jhbuild
+to get up and running with Sugar.
+
+ $ cd sugar-jhbuild
+ $ ./sugar-jhbuild update
+ $ ./sugar-jhbuild depscheck
+ $ ./sugar-jhbuild buildgit
+
+Running multiple instances on the same machine
+==============================================
+
+You can use the SUGAR_PROFILE command line options.
+For example:
+
+SUGAR_PROFILE=profile-1 sugar
+SUGAR_PROFILE=profile-2 sugar
+...
+
+
+Emulator key bindings
+=====================
+
+F1 Mesh zoom level
+F2 Friends zoom level
+F3 Home zoom level
+F4 Activity zoom level
+
+Alt+f Show the frame
+Alt+r Rotate the screen
+Alt+o Toggle overlay visibility
+Alt+= Open the developer console
+Alt+0 Open the developer console
+Alt+q Quit the emulator
+
+Ctrl+s Activate sketch mode in chat
+