Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSimon Poirier <simpoir@gmail.com>2009-07-12 21:34:20 (GMT)
committer Simon Poirier <simpoir@gmail.com>2009-07-12 22:06:54 (GMT)
commita188dac0527803edb46eabce04100f1c741a96f3 (patch)
tree02dbf117301b5ef8e8fae7da59bce8c56496cf45 /README
parent625f9bb52eda3215d82d1b76ec6a806459f321ce (diff)
parent539c3f2c7d5316ea64a00dd89fc94b97f2a69fdc (diff)
repackage of tutorius using distutils
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 14 insertions, 8 deletions
diff --git a/README b/README
index df9413d..7d1359a 100644
--- a/README
+++ b/README
@@ -1,14 +1,20 @@
Tutorius is currently built around the sugar-toolkit.
-To build it simply squash the sugar-toolkit from the sugar-jhbuild with this
-one and you should have the same thing that's in the pre-built package
-located on launchpad.
-As this is a tech demo, we package tutorials directly into the activities
-(which we may not do in the near future.)
+Requirements:
-This is a public repository: development isn't done directly here.
-If you're interested in contributing, check with us to get access to our
-internal repository
+ To run you need a recent build of sugar. We recommand builds from
+ sugar-jhbuild, but a distro packaged build may be fine too.
+ Note however that some sugar files will be patched,
+ so you may wish to use a separate installation.
+
+Installation
+
+ 1. Edit the setup.cfg file to point to your sugar installation prefix.
+ For packaged releases, this is probably /usr
+ For jhbuild, this is the 'install' folder
+ 2. Run: python setup.py build
+ 3. Run: python setup.py install
+ 4. Start sugar and enjoy!
--
The Tutorius Team