Created
July 5, 2012 05:39
-
-
Save petrockblog/3051568 to your computer and use it in GitHub Desktop.
Download, compile, and install the Broadcom BCM 2835 library for the Raspberry Pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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