Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/snapshots.rst
diff options
context:
space:
mode:
Diffstat (limited to 'snapshots.rst')
-rw-r--r--snapshots.rst31
1 files changed, 0 insertions, 31 deletions
diff --git a/snapshots.rst b/snapshots.rst
deleted file mode 100644
index f164c26..0000000
--- a/snapshots.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-Binary snapshots
-================
-
-Building from sources takes a while and uses a lot of network bandwidth. If
-you just want to test or to develop activities, it might sometimes be more
-convenient to use a binary snapshot.
-
-First of all download the latest snapshot for your distribution, it's important to pick the right one, it won't work otherwise.
-
-* `Fedora 18 (32 bit) <http://sugarlabs.org/~buildbot/snapshots/fedora-18-32bit/latest>`_
-* `Fedora 18 (64 bit) <http://sugarlabs.org/~buildbot/snapshots/fedora-18-64bit/latest>`_
-* `Ubuntu 12.10 (32 bit) <http://sugarlabs.org/~buildbot/snapshots/ubuntu-12-10-32bit/latest>`_
-* `Ubuntu 12.10 (64 bit) <http://sugarlabs.org/~buildbot/snapshots/ubuntu-12-10-64bit/latest>`_
-* `Debian Wheezy (32 bit) <http://sugarlabs.org/~buildbot/snapshots/debian-wheezy-32bit/latest>`_
-* `Debian Wheezy (64 bit) <http://sugarlabs.org/~buildbot/snapshots/debian-wheezy-64bit/latest>`_
-
-Then unpack it where you like (adapting the tarball path to your system and
-snapshot filename)::
-
- tar xfJ ~/Downloads/sugar-snapshot-fedora-18-32bit-1.tar.xz
-
-Enter the directory and run sugar::
-
- cd sugar-snapshot
- ./run-sugar.sh
-
-If you are developing activities you should make sure to run setup.py and any
-other command which requires the sugar environment inside a shell. You can run
-a shell inside an existing terminal with::
-
- ./run-shell.sh