Difference between revisions of "Raspberry Pi"

From Fab Lab Wiki - by NMÍ Kvikan
Jump to: navigation, search
(You can install Minecraft to Raspberry Pi)
 
Line 16: Line 16:
  
  
 +
wget https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz
 +
To decompress it:
 +
tar -zxvf minecraft-pi-0.1..1.tar.gz
 +
To run it:
 +
cd mcpi
 +
./minecraft-pi
  
 
==links==
 
==links==
 
*[http://www.raspberrypi.org http://www.raspberrypi.org]
 
*[http://www.raspberrypi.org http://www.raspberrypi.org]
 
*[http://blog.makezine.com/2012/12/25/ten-raspberry-pi-tips/ http://blog.makezine.com/2012/12/25/ten-raspberry-pi-tips/]
 
*[http://blog.makezine.com/2012/12/25/ten-raspberry-pi-tips/ http://blog.makezine.com/2012/12/25/ten-raspberry-pi-tips/]

Latest revision as of 17:15, 12 February 2013

What’s a Raspberry Pi?

The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming. http://www.raspberrypi.org/faqs

How to start?

<video type="youtube">46xfsX-qOw0</video>


Raspberry Pi media center

If you want to use Raspberry Pi as a media center you could use XBMC (check out


You can install Minecraft to Raspberry Pi


wget https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz 

To decompress it:

tar -zxvf minecraft-pi-0.1..1.tar.gz

To run it:

cd mcpi
./minecraft-pi

links