Difference between revisions of "Raw Raspbian"
From Box Of Stops Online Help
Boxofstops (Talk | contribs) (Created page with "The normal [http://boxofstops.com/install install instructions] for Box Of Stops recommend starting with Noobs installed on your Raspberry Pi. Noobs is the New Out Of Box Sof...") |
Boxofstops (Talk | contribs) |
||
Line 12: | Line 12: | ||
sudo apt-get install python-pygame | sudo apt-get install python-pygame | ||
− | [[File:Install-pygame]] | + | [[File:Install-pygame.png]] |
And this will install Java: | And this will install Java: | ||
sudo apt-get install oracle-java8-jdk | sudo apt-get install oracle-java8-jdk | ||
− | [[File:Install-java]] | + | [[File:Install-java.png]] |
Once these two installations are complete, Box Of Stops may be [http://boxofstops.com/install installed] in the normal way. | Once these two installations are complete, Box Of Stops may be [http://boxofstops.com/install installed] in the normal way. |
Revision as of 18:16, 25 March 2017
The normal install instructions for Box Of Stops recommend starting with Noobs installed on your Raspberry Pi. Noobs is the New Out Of Box Software, and comes with everything you'll need to run Box Of Stops.
The other option is a minimal Raspbian install. This is actually quicker to download and install, but more difficult to get correctly configured.
Installation
To install Box Of Stops on a raw Raspbian installation, please ensure Raspbian has been installed first, and an internet connection has been set up.
From then the missing dependencies will be Pygame and Java.
The following command will install Pygame:
sudo apt-get install python-pygame
And this will install Java:
sudo apt-get install oracle-java8-jdk
Once these two installations are complete, Box Of Stops may be installed in the normal way.