Raspbian: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Raspbian is a version of [[Debian]] for the Raspberry Pi. | Raspbian is a version of [[Debian]] for the Raspberry Pi. | ||
== Using Sugar on Raspbian == | == Using Sugar 0.106 on Raspbian == | ||
To use Sugar in Raspbian is almost the same as using it in [[Debian]]: | |||
* install Raspbian '' | * install Raspbian ''Jessie'' in the usual way, | ||
* change <tt>/etc/apt/sources.list</tt> to use the ''Stretch'' testing release, | * change <tt>/etc/apt/sources.list</tt> to use the ''Stretch'' testing release, | ||
sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list | sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list | ||
| Line 17: | Line 11: | ||
sudo apt update | sudo apt update | ||
* install Sugar, | * install Sugar, | ||
sudo apt install sucrose | sudo apt install sucrose | ||
* select Sugar for your session, | * select Sugar for your session, | ||
echo sugar > .Xsession | echo sugar > .Xsession | ||
* reboot. | * reboot. | ||
== | == Pre-built Images == | ||
There are no pre-built Raspbian images for Sugar. | |||
You can download [[Activities/Turtle Art]] and | == Using Sugar Activities without Sugar Desktop == | ||
=== Turtle Art/Blocks === | |||
You can download [[Activities/Turtle Art]] and use it on the normal desktop. You can either download it through the package manager (and get version 98): | |||
sudo apt-get install sugar-turtleart-activity | sudo apt-get install sugar-turtleart-activity | ||
| Line 32: | Line 32: | ||
Or you could get the latest version using git: | Or you could get the latest version using git: | ||
git clone github.com/ | git clone https://github.com/sugarlabs/activity-turtleart-gtk2.git turtleart | ||
cd turtleart | cd turtleart | ||
| Line 52: | Line 52: | ||
Alternatively, you can download the [http://sugarizer.org/org.olpc-france.sugarizer.zip Sugarizer client zip] and have it locally on your pi. | Alternatively, you can download the [http://sugarizer.org/org.olpc-france.sugarizer.zip Sugarizer client zip] and have it locally on your pi. | ||