Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimClicks <paperless@timmcnamara.co.nz>2010-03-13 07:35:57 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2010-05-19 10:12:58 (GMT)
commit17b1a4a54cb75b1305bb6e438e9b51eed432e96b (patch)
tree6c6da0ee30dece8ba49fca42af66654bb474b5d8
parenta388ecfea10b153b6b274c2dee055db46d013e52 (diff)
Updated README intro
Updated README * removed reference to obsolete page of http://wiki.laptop.org * added reference to http://wiki.sugarlabs.org/go/Development_Team/Jhbuild * added small intro content, sourced from the above page
-rw-r--r--README14
1 files changed, 12 insertions, 2 deletions
diff --git a/README b/README
index 821adef..1f89810 100644
--- a/README
+++ b/README
@@ -1,8 +1,18 @@
Building
========
-See:
-http://wiki.laptop.org/go/Sugar_with_sugar-jhbuild
+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
==============================================