Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-04-27 18:58:10 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-04-27 18:58:10 (GMT)
commit38c5e5847bf22f0845cdd9ce3ba9ea2d588c7967 (patch)
tree2c26a812e4d2f2ef60386221cc344aa12606a1ff /README
parentaf89be9a0c991a0e8ba91a1966345062bff984a4 (diff)
Add some tab icons, still missing web site icons
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 13 insertions, 13 deletions
diff --git a/README b/README
index 425eae3..aaeeea3 100644
--- a/README
+++ b/README
@@ -11,28 +11,28 @@ Building
You will need gnome-common.
-./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+./autogen.sh
make
-make install # make require root privileges
+make install
Running
=======
-To run the python sources from your source tree run
+sugar
- $ ./setup-run-from-source.sh
-in the top-level directory. Icons and other resources are still loaded
-from the installed location though.
+Debug
+=====
-To run the shell
+To run the shell:
- $ cd shell/src
- $ ./shell.py
+sugar shell
-You can run activities like this
+To run the chat activity:
- $ cd browser
- $ ./browser.py
+sugar chat
+
+To run the web activity:
+
+sugar browser
-(Just remember to have the shell running)