Skip to content

Instantly share code, notes, and snippets.

@sonemaro
Forked from petrockblog/gist:3051568
Created January 24, 2014 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sonemaro/8590703 to your computer and use it in GitHub Desktop.
Save sonemaro/8590703 to your computer and use it in GitHub Desktop.
cd;
wget http://www.open.com.au/mikem/bcm2835/bcm2835-1.3.tar.gz;
tar xvfz bcm2835-1.3.tar.gz;
cd bcm2835-1.3;
./configure;
make;
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment