Advertisement
Guest User

Running Planet Hively on Raspberry Pi / Debian Squeeze

a guest
Jun 2nd, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # kick the somewhat dodgy audio driver into working:
  2. sudo apt-get install alsa-utils
  3. sudo modprobe snd_bcm2835
  4. sudo amixer cset numid=3 1
  5. # (change the 1 to 2 if you're using HDMI audio rather than the audio jack)
  6.  
  7. # install SDL:
  8. sudo apt-get install libsdl1.2-dev
  9.  
  10. # download and unpack my build of the demo:
  11. wget http://zxdemo.org/extra/raspi/planethively-raspi.tar.gz
  12. tar xzf planethively-raspi.tar.gz
  13.  
  14. # launch x11:
  15. startx
  16.  
  17. # Run it from the terminal (bottom left menu -> Accessories -> LXTerminal):
  18. cd planet_hively
  19. ./planethively
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement